Skip to main content
A newer version of this page is available. .

Recipient.FieldType Property

Specifies the email recipient type.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
[DefaultValue(RecipientFieldType.TO)]
public RecipientFieldType FieldType { get; set; }

Property Value

Type Default Description
RecipientFieldType **TO**

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