public class ActivityMailMessageInterpretor extends MailMessageInterpretor
Represents a MailMessage interpretor for the activity message type of Outlook MapiMessage.
Constructor and Description |
---|
ActivityMailMessageInterpretor()
Initializes a new instance of the ActivityMailMessageInterpretor class.
|
Modifier and Type | Method and Description |
---|---|
MailMessageInterpretor |
deepClone()
Creates a copy of the current instance.
|
HashMap<String,String> |
getFormatTemplates()
Gets the format template collection.
|
void |
save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
interpret
public ActivityMailMessageInterpretor()
Initializes a new instance of the ActivityMailMessageInterpretor class.
public MailMessageInterpretor deepClone()
Creates a copy of the current instance.
deepClone
in class MailMessageInterpretor
public void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
save
in class MailMessageInterpretor
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.