|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MailMessage in com.aspose.email |
---|
Methods in com.aspose.email that return MailMessage | |
---|---|
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. |
Methods in com.aspose.email that return types with arguments of type MailMessage | |
---|---|
Iterator<MailMessage> |
MailMessage.iterator()
|
Methods in com.aspose.email with parameters of type MailMessage | |
---|---|
void |
MhtMessageFormatter.format(MailMessage message)
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |