Click or drag to resize

EmailAddressType Enumeration

Email address type.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public enum EmailAddressType
Members
Member nameValueDescription
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