Share via


EmailMessage.Create method

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

Overload list

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

See also

Reference

EmailMessage class

EmailMessage members

Microsoft.Exchange.Data.Transport.Email namespace