The NetMailAddress class implements the email address, to which the message must be sent, or the sender address.
| 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. |
| 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: