Enum RecipientType

RecipientType enumeration

Specifies the type of recipient.

public enum RecipientType

Values

NameValueDescription
None0No values are set
To1The primary recipient.
CC2The carbon copy recipient.
BCC3The blind carbon copy recipient.

See Also