Skip to main content

Recipient Class

Defines the recipient settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class Recipient

The following members return Recipient objects:

Remarks

The Recipient class is used to contain the recipient settings. The properties exposed by this class allow you to customize the recipient name (Recipient.ContactName), address (Recipient.Address), prefix (Recipient.Prefix) and field type (Recipient.FieldType).

Inheritance

Object
Recipient
See Also