|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChunkNotFoundException | |
---|---|
org.apache.poi.hsmf |
Uses of ChunkNotFoundException in org.apache.poi.hsmf |
---|
Methods in org.apache.poi.hsmf that throw ChunkNotFoundException | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |