Uses of Class
com.aspose.email.MailMessageInterpretor

Uses of MailMessageInterpretor in com.aspose.email
 

Subclasses of MailMessageInterpretor in com.aspose.email
 class ActivityMailMessageInterpretor
           Represents a MailMessage interpretor for the activity message type of Outlook MapiMessage.
 class AppointmentMailMessageInterpretor
           Represents an appointment mail message.
 class ContactMailMessageInterpretor
           Represents a Contact message type interpretor.
 class NDRReportMailMessageInterpretor
           Represents a Non-Delivery Report MailMesssage interpretor.
 class NormalMessageMailMessageInterpretor
           Represents the default mail message interpretor.
 

Methods in com.aspose.email that return MailMessageInterpretor
 MailMessageInterpretor NormalMessageMailMessageInterpretor.deepClone()
           Creates a copy of the current instance.
 MailMessageInterpretor NDRReportMailMessageInterpretor.deepClone()
           Creates a copy of the current instance.
abstract  MailMessageInterpretor MailMessageInterpretor.deepClone()
           Creates a copy of the current instance.
 MailMessageInterpretor ContactMailMessageInterpretor.deepClone()
           Creates a copy of the current instance.
 MailMessageInterpretor AppointmentMailMessageInterpretor.deepClone()
           Creates a copy of current instance.
 MailMessageInterpretor ActivityMailMessageInterpretor.deepClone()
           Creates a copy of the current instance.
 MailMessageInterpretor MailMessageInterpretorFactory.getDefaultInterpretor()
           Gets or sets the defalut interpretor.
 MailMessageInterpretor MailMessageInterpretorFactory.getIntepretor(String messageClass)
           Gets an interpretor intance from the factory with specified message class.
 

Methods in com.aspose.email with parameters of type MailMessageInterpretor
 void MailMessageInterpretorFactory.addInterpretor(MailMessageInterpretor interpretor, String messageClass)
           Adds an interpretor instance with specified message class.
 void MailMessageInterpretorFactory.setDefaultInterpretor(MailMessageInterpretor value)
           
 



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