Recipient.FieldType Property
Specifies the email recipient type.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
RecipientFieldType | A RecipientFieldType value. |
Available values:
Name | Description |
---|---|
TO | Indicates the To field type (the field of primary recipients). |
CC | Indicates the CC (carbon copy) field type. |
BCC | Indicates the BCC (blind carbon copy) field type. |
Remarks
Use the FieldType property to select among the following recipient field types.
To
indicates the primary email recipient;
CC (carbon copy)
recipients that receive the copy of the message;
BCC (blind carbon copy)
recipients who are invisible to the primary and secondary recipients.
See Also