MailAddress Constructor

 

Initializes a new instance of the MailAddress class.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodMailAddress(String^)

Initializes a new instance of the MailAddress class using the specified address.

System_CAPS_pubmethodMailAddress(String^, String^)

Initializes a new instance of the MailAddress class using the specified address and display name.

System_CAPS_pubmethodMailAddress(String^, String^, Encoding^)

Initializes a new instance of the MailAddress class using the specified address, display name, and encoding.

Return to top
Show: