Click or drag to resize

MailBox Properties

The MailBox type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets email address e.g. "john.smith@example.com".
Public propertyDomainPart
Gets the domain part of the Address e.g. "example.com".
Public propertyLocalPart
Gets the local part of the Address e.g. "john.smith".
Public propertyName
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.)
Public propertyNameOrAddress
Gets Name or Address if name is empty.
Top
See Also