interface IMailAddress

Represents an email address.


Implemented interfaces:

This type does not implements any interface.

Derived types:

Address

Properties

String EmailAddress { get; set; }

The email address.


String Name { get; set; }

The name of the email account.


String NameOrEmailAddress { get; }

Returns the name, if it's not empty or white space, or the email.