Modifier and Type | Method and Description |
---|---|
static MessageFormat |
MessageFormat.getEml()
Indicates message in
<b>Eml</b> format. |
static MessageFormat |
MessageFormat.getEmlx()
Indicates message in
<b>Emlx</b> format, used by Apple Mail. |
static MessageFormat |
MessageFormat.getMht()
Indicates message in
<b>Mht</b> format. |
static MessageFormat |
MessageFormat.getMsg()
Indicates message in
<b>Msg</b> format, used by Microsoft Outlook. |
Modifier and Type | Method and Description |
---|---|
static MailMessage |
MailMessage.load(InputStream stream,
MessageFormat format) |
static MailMessage |
MailMessage.load(String fileName,
MessageFormat format)
Load message from stream
|
void |
MailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
void |
ContactMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
void |
AppointmentMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
void |
ActivityMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
void |
MailMessage.save(OutputStream stream,
MessageFormat format) |
void |
MailMessage.save(OutputStream stream,
MessageFormat format,
int saveOptions) |
void |
MailMessage.save(String fileName,
MessageFormat format)
Message saving into a file into one of the supported formats
|
void |
MailMessage.save(String fileName,
MessageFormat format,
int saveOptions)
Message saving into a file into one of the supported formats
|
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.