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

Recipient(String, String) Constructor

Initializes a new instance of the Recipient class with the specified address and contact name.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public Recipient(
    string address,
    string contactName
)

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.

contactName String

A String value that specifies the recipient contact name. This value is assigned to the Recipient.ContactName property.

See Also