|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MailMessage in com.aspose.network |
---|
Methods in com.aspose.network that return MailMessage | |
---|---|
MailMessage |
MailMessage.deepClone()
Clones this instance |
MailMessage |
MailMessageInterpretor.interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object. |
static MailMessage |
MailMessage.load(InputStream stream)
Load message from stream |
static MailMessage |
MailMessage.load(InputStream stream,
int mode)
Load message from stream |
static MailMessage |
MailMessage.load(InputStream stream,
MessageFormat format)
Load message from stream |
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 |
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.network that return types with arguments of type MailMessage | |
---|---|
Iterator<MailMessage> |
MailMessage.iterator()
|
Methods in com.aspose.network 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. |
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 |