NetMailAddress

Description

The NetMailAddress class implements the email address, to which the message must be sent, or the sender address.

Constructors

  Constructor name Brief description
Create The Create constructor creates an object that is an email address.
CreateWithName The CreateWithName constructor creates an object that is an email address with a name.

Properties inherited from INetMailAddress

  Property name Brief description
The Address property returns email address.
The DisplayName property returns the name displayed instead of the email address.
The Host property returns the DNS suffix of the email address.
The User property returns the user name from the email address.

See also:

Net Assembly Classes