|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MailMessageInterpretor
public abstract class MailMessageInterpretor
The base class for MailMessage interpretor.
Method Summary | |
---|---|
abstract MailMessageInterpretor |
deepClone()
Creates a copy of the current instance. |
MailMessage |
interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object. |
void |
save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MailMessage interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object.
mapiMessage
- The source MapiMessage.
public void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
public abstract MailMessageInterpretor deepClone()
Creates a copy of the current instance.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |