public class ContactMailMessageInterpretor extends MailMessageInterpretor
Represents a Contact message type interpretor.
Constructor and Description |
---|
ContactMailMessageInterpretor()
Initializes a new instance of the ContactMailMessageInterpretor class.
|
Modifier and Type | Method and Description |
---|---|
MailMessageInterpretor |
deepClone()
Creates a copy of the current instance.
|
HashMap<String,String> |
getFormatTemplates()
Gets the format templates.
|
protected void |
loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
void |
save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
interpret, loadAttachment, loadEachAttachment, loadMessageBody, loadMessageBodyText, loadMessageHeader
public ContactMailMessageInterpretor()
Initializes a new instance of the ContactMailMessageInterpretor class.
public MailMessageInterpretor deepClone()
Creates a copy of the current instance.
deepClone
in class MailMessageInterpretor
protected void loadMessageBodyHtml(MailMessage mailMessage, MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
loadMessageBodyHtml
in class MailMessageInterpretor
mailMessage
- The target MailMessage.mapiMessage
- The source MapiMessage.public void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
save
in class MailMessageInterpretor
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.