Modifier and Type | Method and Description |
---|---|
MailMessage |
MailMessage.deepClone()
Clones this instance
|
MailMessage |
MailMessageInterpretor.interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object.
|
MailMessage |
AppointmentMailMessageInterpretor.interpret(MapiMessage mapiMessage) |
static MailMessage |
MailMessage.load(InputStream stream) |
static MailMessage |
MailMessage.load(InputStream stream,
int mode) |
static MailMessage |
MailMessage.load(InputStream stream,
MailMessageLoadOptions options) |
static MailMessage |
MailMessage.load(InputStream stream,
MessageFormat format)
Deprecated.
|
static MailMessage |
MailMessage.load(String fileName)
Load message from file
|
static MailMessage |
MailMessage.load(String fileName,
int mode)
Deprecated.
|
static MailMessage |
MailMessage.load(String fileName,
MailMessageLoadOptions options)
Load message from file with additional options.
|
static MailMessage |
MailMessage.load(String fileName,
MessageFormat format)
Deprecated.
|
static MailMessage |
MailMessage.loadFromTnef(InputStream stream) |
static MailMessage |
MailMessage.loadFromTnef(String fileName)
Loads message from Transport Neutral Encapsulation Format (TNEF) data structure
|
abstract MailMessage |
MboxStorageReader.readNextMessage()
Reads the next message from underlying storage stream.
|
MailMessage |
MboxrdStorageReader.readNextMessage()
Reads the next message from underlying storage stream.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MailMessage> |
MailMessage.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
MhtMessageFormatter.format(MailMessage message)
Adds information header into message body.
|
void |
IMessageFormatter.format(MailMessage message) |
void |
MhtMessageFormatter.format(MailMessage message,
boolean writeCompleteEmailAddress)
Adds information header into message body.
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message)
Creates an instance of MapiMessage from the MailMessage.
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message,
int format)
Creates an instance of MapiMessage from the MailMessage.
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message,
int format,
boolean preserveSignature)
Creates an instance of MapiMessage from the MailMessage.
|
protected void |
MailMessageInterpretor.loadAttachment(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the attachments from to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadEachAttachment(MailMessage mailmessage,
MapiMessage mapiMessage,
int index)
Imports each attachment from to the specified MapiMessage instance.
|
protected void |
NDRReportMailMessageInterpretor.loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage
according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBodyHtml(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage
according to the specified MapiMessage instance.
|
protected void |
ContactMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
AppointmentMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
ActivityMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBodyText(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the TextBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
NDRReportMailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
AppointmentMailMessageInterpretor.loadMessageHeader(MailMessage mailMessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
ActivityMailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
abstract void |
MboxStorageWriter.writeMessage(MailMessage message)
Writes the message to underlying storage stream.
|
void |
MboxrdStorageWriter.writeMessage(MailMessage message)
Writes the message to underlying storage stream.
|
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.