EmailMessage.Create method
The Create overload creates a new instance of the EmailMessage class.
Overload list
Name | Description | |
---|---|---|
Create() | The Create method creates a new instance of the EmailMessage class. | |
Create(Stream) | The Create method creates a new instance of the EmailMessage class by using the specified stream. | |
Create(BodyFormat) | The Create method creates a new instance of the EmailMessage class by using the specified BodyFormat. | |
Create(MimeDocument) | The Create method creates a new instance of the EmailMessage class by using the specified MimeDocument. | |
Create(BodyFormat, Boolean) | The Create method creates a new instance of the EmailMessage class by using the specified BodyFormat and createAlternative value. | |
Create(BodyFormat, Boolean, String) | The Create method creates a new instance of the EmailMessage class by using the specified BodyFormat, createAlternative parameter value, and charsetName parameter value. |
Top