com.aspose.email
Class AppointmentMailMessageInterpretor

java.lang.Object
  extended by com.aspose.email.MailMessageInterpretor
      extended by com.aspose.email.AppointmentMailMessageInterpretor

public class AppointmentMailMessageInterpretor
extends MailMessageInterpretor

Represents an appointment mail message.


Constructor Summary
AppointmentMailMessageInterpretor()
           Initializes a new instance of the AppointmentMailMessageInterpretor class.
 
Method Summary
 MailMessageInterpretor deepClone()
           Creates a copy of current instance.
 HashMap<String,String> getFormatTemplates()
           Gets the format templates.
 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
 

Constructor Detail

AppointmentMailMessageInterpretor

public AppointmentMailMessageInterpretor()

Initializes a new instance of the AppointmentMailMessageInterpretor class.

Method Detail

deepClone

public MailMessageInterpretor deepClone()

Creates a copy of current instance.

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

interpret

public MailMessage interpret(MapiMessage mapiMessage)
Description copied from class: MailMessageInterpretor

Imports the MapiMessage information into a MailMessage object.

Overrides:
interpret in class MailMessageInterpretor
Parameters:
mapiMessage - The source MapiMessage.
Returns:
The MailMessage.

save

public void save(MapiMessage mapiMessage,
                 OutputStream stream,
                 MessageFormat messageFormat)
Overrides:
save in class MailMessageInterpretor

getFormatTemplates

public HashMap<String,String> getFormatTemplates()

Gets the format templates.



Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.