Modifier and Type | Class and Description |
---|---|
class |
EmlSaveOptions
Allows to specify additional options when saving MailMessage to Eml and Emlx format.
|
class |
HtmlSaveOptions
Allows to specify additional options when saving MailMessage to Html format.
|
class |
MhtSaveOptions
Allows to specify additional options when saving MailMessage to Mhtml format.
|
class |
MsgSaveOptions
This class allows the user to specify additional settings when saving a MailMessage in the Msg(ASCII) and Msg(Unicode) format.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmpMessage.save(OutputStream stream,
SaveOptions options)
Save message as a stream
|
void |
MailMessage.save(OutputStream stream,
SaveOptions options)
Save message as a stream with additional options.
|
void |
MapiMessage.save(OutputStream stream,
SaveOptions options)
Saves message as a stream with additional options.
|
void |
MailMessage.save(String fileName,
SaveOptions options)
Save message as a file with additional options.
|
void |
MapiMessage.save(String fileName,
SaveOptions options)
Saves message as a file with additional options.
|