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.
|
com.aspose.ms.System.Collections.Specialized.StringDictionary |
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)
Saves the specified MapiMessage to a Stream.
|
interpret, interpretAsTnef, 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)
Saves the specified MapiMessage to a Stream.
save
in class MailMessageInterpretor
mapiMessage
- The source MapiMessage instance.stream
- The target streammessageFormat
- The message format.public com.aspose.ms.System.Collections.Specialized.StringDictionary getFormatTemplates()
Gets the format templates.
StringDictionary
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.