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.getHtml()
Indicates message in
<b>Html</b> format. |
MessageFormat |
MailMessageLoadOptions.getMessageFormat()
Deprecated.
Represents the mail message format.It can be in eml,msg or mhtml format.
|
MessageFormat |
LoadOptions.getMessageFormat()
Represents the mail message format.It can be in eml,msg or mhtml format.
|
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. |
static MessageFormat |
MessageFormat.getTnef()
Indicates message in
<b>Tnef</b> format. |
Modifier and Type | Method and Description |
---|---|
void |
MailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream.
|
void |
ContactMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream.
|
void |
AppointmentMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream.
|
void |
ActivityMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream.
|
void |
MailMessage.save(OutputStream stream,
MessageFormat format)
Deprecated.
|
void |
MailMessage.save(OutputStream stream,
MessageFormat format,
int saveOptions)
Deprecated.
|
void |
MailMessage.save(String fileName,
MessageFormat format)
Deprecated.
|
void |
MailMessage.save(String fileName,
MessageFormat format,
int saveOptions)
Deprecated.
|
void |
MailMessageLoadOptions.setMessageFormat(MessageFormat value)
Deprecated.
Represents the mail message format.It can be in eml,msg or mhtml format.
|
Constructor and Description |
---|
MailMessageLoadOptions(MessageFormat msgFormat)
Deprecated.
Initializes a new instance of the
Aspose.Email.Mail.MailMessageLoadOptions class. |
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.