Skip to main content

Recipient.FieldType Property

Specifies the email recipient type.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[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