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,
MessageFormat format) |
static MailMessage |
MailMessage.load(String fileName)
Load message from file
|
static MailMessage |
MailMessage.load(String fileName,
int mode)
Load message from file
|
static MailMessage |
MailMessage.load(String fileName,
MessageFormat format)
Load message from stream
|
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() |
Modifier and Type | Method and Description |
---|---|
void |
MhtMessageFormatter.format(MailMessage message)
Adds information header into message body.
|
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.
|
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-2013 Aspose Pty Ltd. All Rights Reserved.