Skip to main content

Recipient(String, String, RecipientFieldType) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public Recipient(
    string address,
    string contactName,
    RecipientFieldType type
)

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.

type RecipientFieldType

A RecipientFieldType value that specifies the recipient field type. This value is assigned to the Recipient.FieldType property.

Remarks

The Recipient.FieldType property will be set to RecipientFieldType.TO.

See Also