MailAddress Constructor
.NET Framework 3.0
Initializes a new instance of the MailAddress class.
| 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. |
Community Additions
ADD
Show: