Back to Devexpress

RecipientFieldType Enum

corelibraries-devexpress-dot-xtraprinting-96616880.md

latest1.2 KB
Original Source

RecipientFieldType Enum

Lists the values used to specify the field type to which the current recipient belongs.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum RecipientFieldType
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum RecipientFieldType

Members

NameDescription
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.

|

The following properties accept/return RecipientFieldType values:

See Also

DevExpress.XtraPrinting Namespace