com.aspose.network
Class ActivityMailMessageInterpretor

java.lang.Object
  extended by com.aspose.network.MailMessageInterpretor
      extended by com.aspose.network.ActivityMailMessageInterpretor

public class ActivityMailMessageInterpretor
extends MailMessageInterpretor

Represents a MailMessage interpretor for the activity message type of Outlook MapiMessage.


Constructor Summary
ActivityMailMessageInterpretor()
           Initializes a new instance of the ActivityMailMessageInterpretor class.
 
Method Summary
 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)
           Saves the specified MapiMessage to a Stream.
 
Methods inherited from class com.aspose.network.MailMessageInterpretor
interpret
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityMailMessageInterpretor

public ActivityMailMessageInterpretor()

Initializes a new instance of the ActivityMailMessageInterpretor class.

Method Detail

deepClone

public MailMessageInterpretor deepClone()

Creates a copy of the current instance.

Specified by:
deepClone in class MailMessageInterpretor
Returns:
A copy of MailMessageInterpretor.

save

public void save(MapiMessage mapiMessage,
                 OutputStream stream,
                 MessageFormat messageFormat)

Saves the specified MapiMessage to a Stream.

Overrides:
save in class MailMessageInterpretor
Parameters:
mapiMessage - The source MapiMessage instance.
stream - The target stream
messageFormat - The message format.

getFormatTemplates

public HashMap<String,String> getFormatTemplates()

Gets the format template collection.



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.