This documentation is archived and is not being maintained.
MailMessage Constructor
Visual Studio 2010
Initializes a new instance of the MailMessage 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 | |
|---|---|---|
|
MailMessage() | Initializes an empty instance of the MailMessage class. |
|
MailMessage(MailAddress, MailAddress) | Initializes a new instance of the MailMessage class by using the specified MailAddress class objects. |
|
MailMessage(String, String) | Initializes a new instance of the MailMessage class by using the specified String class objects. |
|
MailMessage(String, String, String, String) | Initializes a new instance of the MailMessage class. |
Show: