Skip to main content

Recipient(String) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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