The MailBox type exposes the following members.

Properties

  NameDescription
Public propertyAddress
Email address e.g. "john.smith@example.com".
Public propertyDebuggerDisplay
This method is used by DebuggerDisplay attribute.
(Inherited from MailAddress.)
Public propertyName
Display name e.g. "John Smith". Can by null. Please note that two classes inherit from this class - you can use Address or Addresses properties to get email address(es).
(Inherited from MailAddress.)

See Also