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.
|
void |
save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat) |
interpret
public ContactMailMessageInterpretor()
Initializes a new instance of the ContactMailMessageInterpretor class.
public MailMessageInterpretor deepClone()
Creates a copy of the current instance.
deepClone
in class MailMessageInterpretor
public void save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
save
in class MailMessageInterpretor
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.