Modifier and Type | Method and Description |
---|---|
static MailMessageSaveType |
MailMessageSaveType.getEmlFormat()
Gets the eml.
|
static MailMessageSaveType |
MailMessageSaveType.getEmlxFormat()
Gets the emlx.
|
static MailMessageSaveType |
MailMessageSaveType.getHtmlFormat()
Gets the Html.
|
MailMessageSaveType |
SaveOptions.getMailMessageSaveType()
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format.
|
static MailMessageSaveType |
MailMessageSaveType.getMHtmlFormat()
Gets the MHT.
|
static MailMessageSaveType |
MailMessageSaveType.getOutlookMessageFormat()
Gets the MSG.
|
static MailMessageSaveType |
MailMessageSaveType.getOutlookMessageFormatUnicode()
Gets the MSG.
|
Modifier and Type | Method and Description |
---|---|
static SaveOptions |
SaveOptions.createSaveOptions(MailMessageSaveType saveType)
Creates a save options object of a class suitable for the specified save type.
|
void |
SaveOptions.setMailMessageSaveType(MailMessageSaveType value)
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format.
|
Constructor and Description |
---|
EmlSaveOptions(MailMessageSaveType saveType)
Initializes a new instance of this class that can be used to save a MailMessage in the Eml and Emlx format.
|
MsgSaveOptions(MailMessageSaveType saveType)
Initializes a new instance of this class that can be used to save a MailMessage in the Msg(ASCII) and Msg(Unicode) format.
|