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