Package | Description |
---|---|
org.zkoss.poi.hsmf |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MAPIMessage.getConversationTopic()
Gets the conversation topic of the parsed Outlook Message.
|
java.lang.String |
MAPIMessage.getDisplayBCC()
Gets the display value of the "BCC" line of the outlook message.
|
java.lang.String |
MAPIMessage.getDisplayCC()
Gets the display value of the "CC" line of the outlook message.
|
java.lang.String |
MAPIMessage.getDisplayFrom()
Gets the display value of the "FROM" line of the outlook message
This is not the actual address that was sent from but the formated display of the user name.
|
java.lang.String |
MAPIMessage.getDisplayTo()
Gets the display value of the "TO" line of the outlook message.
|
java.lang.String[] |
MAPIMessage.getHeaders()
Returns all the headers, one entry per line
|
java.lang.String |
MAPIMessage.getHmtlBody()
Deprecated.
|
java.lang.String |
MAPIMessage.getHtmlBody()
Gets the html body of this Outlook Message, if this email
contains a html version.
|
java.lang.String |
MAPIMessage.getMessageClass()
Gets the message class of the parsed Outlook Message.
|
java.util.Calendar |
MAPIMessage.getMessageDate()
Gets the date that the message was accepted by the
server on.
|
java.lang.String |
MAPIMessage.getRecipientEmailAddress()
Returns all the recipients' email address, separated by
semicolons.
|
java.lang.String[] |
MAPIMessage.getRecipientEmailAddressList()
Returns an array of all the recipient's email address, normally
in TO then CC then BCC order.
|
java.lang.String |
MAPIMessage.getRecipientNames()
Returns all the recipients' names, separated by
semicolons.
|
java.lang.String[] |
MAPIMessage.getRecipientNamesList()
Returns an array of all the recipient's names, normally
in TO then CC then BCC order.
|
java.lang.String |
MAPIMessage.getRtfBody()
Gets the RTF Rich Message body of this Outlook Message, if this email
contains a RTF (rich) version.
|
java.lang.String |
MAPIMessage.getStringFromChunk(StringChunk chunk)
Gets a string value based on the passed chunk.
|
java.lang.String |
MAPIMessage.getSubject()
Gets the subject line of the Outlook Message
|
java.lang.String |
MAPIMessage.getTextBody()
Gets the plain text body of this Outlook Message
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.