Recipient Class
Defines the recipient settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Related API Members
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