EmailAddress class

EmailAddress class

Represents an address of an email message.

The EmailAddress type exposes the following members:

Properties

Property Description
address Gets the string representation of the email address.
display_name Gets the display name associated with the address.
original_address_string Gets the original address string.
host Gets the host portion of the address.
user Gets the username.

See Also