EmailAddressType Enumeration

Email address type.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public enum EmailAddressType

Members

Undefined0 Undefined email address.
Sender1 Specifies the mailbox of the agent responsible for the actual transmission of the message.
From2 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.
To3 Email 'To' recipient.
Cc4 Email 'Cc' recipient.
Bcc5 Email 'Bcc' recipient.

See Also