|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageFormat in com.aspose.email |
---|
Methods in com.aspose.email that return MessageFormat | |
---|---|
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. |
Methods in com.aspose.email with parameters of type MessageFormat | |
---|---|
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 |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |