|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MailMessageInterpretor
com.aspose.network.ContactMailMessageInterpretor
public class ContactMailMessageInterpretor
Represents a Contact message type interpretor.
Constructor Summary | |
---|---|
ContactMailMessageInterpretor()
Initializes a new instance of the ContactMailMessageInterpretor class. |
Method Summary | |
---|---|
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)
Saves the specified MapiMessage to a Stream. |
Methods inherited from class com.aspose.network.MailMessageInterpretor |
---|
interpret |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactMailMessageInterpretor()
Initializes a new instance of the ContactMailMessageInterpretor class.
Method Detail |
---|
public MailMessageInterpretor deepClone()
Creates a copy of the current instance.
deepClone
in class MailMessageInterpretor
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 HashMap<String,String> getFormatTemplates()
Gets the format templates.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |