The members of System.Net.Mail.MailAddress are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Net.Mail.MailAddress class using the specified address. | ||
Initializes a new instance of the System.Net.Mail.MailAddress class using the specified address and display name. | ||
Initializes a new instance of the System.Net.Mail.MailAddress class using the specified address, display name, and encoding. |
[read-only] | Address | string.
Gets the e-mail address specified when this instance was created. |
[read-only] | DisplayName | string.
Gets the display name composed from the display name and address information specified when this instance was created. |
[read-only] | Host | string.
Gets the host portion of the address specified when this instance was created. |
[read-only] | User | string.
Gets the user information from the address specified when this instance was created. |