Email Address Type Enumeration
Email address type.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public enum EmailAddressTypeMembers
| 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. |