public class AppointmentMailMessageInterpretor extends MailMessageInterpretor
Represents an appointment mail message.
Constructor and Description |
---|
AppointmentMailMessageInterpretor()
Initializes a new instance of the AppointmentMailMessageInterpretor class.
|
Modifier and Type | Method and Description |
---|---|
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) |
public AppointmentMailMessageInterpretor()
Initializes a new instance of the AppointmentMailMessageInterpretor class.
public MailMessageInterpretor deepClone()
Creates a copy of current instance.
deepClone
in class MailMessageInterpretor
public MailMessage interpret(MapiMessage mapiMessage)
MailMessageInterpretor
Imports the MapiMessage information into a MailMessage object.
interpret
in class MailMessageInterpretor
mapiMessage
- The source MapiMessage.public void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
save
in class MailMessageInterpretor
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.