EmailAddressType Enumeration |
Email address type.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataContractAttribute]
public enum EmailAddressType
Members| Member name | Value | Description |
|---|
| Undefined | 0 |
Undefined email address.
|
| Sender | 1 |
Specifies the mailbox of the agent responsible for the actual transmission of the message.
|
| From | 2 |
Author(s) of the message; that is, the mailbox(es) of the person(s) or system(s) responsible for the writing of the message and
not necessarily (but often the case) the sender of the email.
|
| To | 3 |
Email 'To' recipient.
|
| Cc | 4 |
Email 'Cc' recipient.
|
| Bcc | 5 |
Email 'Bcc' recipient.
|
See Also