This documentation is archived and is not being maintained.
MailAddress Constructor
Visual Studio 2010
Initializes a new instance of the MailAddress class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
MailAddress(String) | Initializes a new instance of the MailAddress class using the specified address. |
|
MailAddress(String, String) | Initializes a new instance of the MailAddress class using the specified address and display name. |
|
MailAddress(String, String, Encoding) | Initializes a new instance of the MailAddress class using the specified address, display name, and encoding. |
Show: