public abstract class MailMessageInterpretor extends Object
The base class for MailMessage interpretor.
Modifier and Type | Method and Description |
---|---|
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) |
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.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.