Email Address Class
Email address information for an email sender or recipient.
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 class EmailAddress- Inheritance
- Object EmailAddress
Constructors
| EmailAddress | Initializes a new instance of the EmailAddress class |
Properties
| AddressType | Email address type (EmailAddressType). |
| Name | Display name. |
| SmtpAddress | SMTP email address. |
| X500DN | X500DN email address book object. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |