EmailMessage.Create Method

The Create overload creates a new instance of the EmailMessage class.

Overload List

Name Description
EmailMessage.Create ()
The Create method creates a new instance of the EmailMessage class.
EmailMessage.Create (BodyFormat)
The Create method creates a new instance of the EmailMessage class by using the specified BodyFormat.
EmailMessage.Create (MimeDocument)
The Create method creates a new instance of the EmailMessage class by using the specified MimeDocument.
EmailMessage.Create (Stream)
The Create method creates a new instance of the EmailMessage class by using the specified stream.
EmailMessage.Create (BodyFormat, Boolean)
The Create method creates a new instance of the EmailMessage class by using the specified BodyFormat and createAlternative value.
EmailMessage.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.