'DeclarationPublic Enum MessageRecipientType Inherits System.Enum
public enum MessageRecipientType : System.Enum
'DeclarationPublic Enum MessageRecipientType Inherits System.Enum
public enum MessageRecipientType : System.Enum
| Member | Value | Description |
|---|---|---|
| BCC | 3 | The recipient is blind-copied on the message |
| CC | 2 | The recipient is included in the "CC" list for the message. |
| To | 1 | The recipient is included in the "To" list for the message. |
| Unspecified | 0 | The recipient type is unspecified. The default options are used. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.MessageRecipientType