Skip to main content
A newer version of this page is available. .

Recipient(String) Constructor

Initializes a new instance of the Recipient class with the specified recipient address.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public Recipient(
    string address
)

Parameters

Name Type Description
address String

A String value that specifies the recipient e-mail address. This value is assigned to the Recipient.Address property.

See Also