com.aspose.email
Class ContactMailMessageInterpretor

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

public class ContactMailMessageInterpretor
extends MailMessageInterpretor

Represents a Contact message type interpretor.


Constructor Summary
ContactMailMessageInterpretor()
           Initializes a new instance of the ContactMailMessageInterpretor class.
 
Method Summary
 MailMessageInterpretor deepClone()
           Creates a copy of the current instance.
 HashMap<String,String> getFormatTemplates()
           Gets the format templates.
 void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
           
 
Methods inherited from class com.aspose.email.MailMessageInterpretor
interpret
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactMailMessageInterpretor

public ContactMailMessageInterpretor()

Initializes a new instance of the ContactMailMessageInterpretor class.

Method Detail

deepClone

public MailMessageInterpretor deepClone()

Creates a copy of the current instance.

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

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-2012 Aspose Pty Ltd. All Rights Reserved.