Mail |
The MailBox type exposes the following members.
| Name | Description | |
|---|---|---|
| Address | Gets email address e.g. "john.smith@example.com". | |
| DomainPart | Gets the domain part of the Address e.g. "example.com". | |
| LocalPart | Gets the local part of the Address e.g. "john.smith". | |
| Name |
Gets display name of this emmail address e.g. "John Smith". Can be null.
Please note that two classes inherit from this class - you can use Address or Addresses properties to get email address(es).
Consider using GetMailboxes method to extract MailBox(es) represented by this email address.
(Inherited from MailAddress) | |
| NameOrAddress | Gets Name or Address if name is empty. |