MailAddress Constructor
.NET Framework (current version)
Initializes a new instance of the MailAddress class.
Assembly: System (in System.dll)
| 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:
