|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MailMessageInterpretor
com.aspose.email.AppointmentMailMessageInterpretor
public class AppointmentMailMessageInterpretor
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. |
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 |
---|
public AppointmentMailMessageInterpretor()
Initializes a new instance of the AppointmentMailMessageInterpretor class.
Method Detail |
---|
public MailMessageInterpretor deepClone()
Creates a copy of current instance.
deepClone
in class MailMessageInterpretor
public void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
save
in class MailMessageInterpretor
public HashMap<String,String> getFormatTemplates()
Gets the format templates.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |