Class MailMessageSaveType

MailMessageSaveType class

Represents the mail message format.It can be in eml,msg or mhtml format.

public sealed class MailMessageSaveType

Properties

NameDescription
static EmlFormat { get; }Gets the eml.
static EmlxFormat { get; }Gets the emlx.
static HtmlFormat { get; }Gets the Html.
static MHtmlFormat { get; }Gets the MHT.
static OutlookMessageFormat { get; }Gets the MSG.
static OutlookMessageFormatUnicode { get; }Gets the MSG.
static OutlookTemplateFormat { get; }Gets the MSG.

Methods

NameDescription
override Equals(object)Equalses the specified o.
override GetHashCode()Serves as a hash function for a particular type.
override ToString()Returns a String that represents the current Object.

See Also