Uses of Class
org.apache.poi.hsmf.exceptions.ChunkNotFoundException
Packages that use ChunkNotFoundException
-
Uses of ChunkNotFoundException in org.apache.poi.hsmf
Methods in org.apache.poi.hsmf that throw ChunkNotFoundExceptionModifier and TypeMethodDescriptionMAPIMessage.getConversationTopic()
Gets the conversation topic of the parsed Outlook Message.MAPIMessage.getDisplayBCC()
Gets the display value of the "BCC" line of the outlook message.MAPIMessage.getDisplayCC()
Gets the display value of the "CC" line of the outlook message.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.MAPIMessage.getDisplayTo()
Gets the display value of the "TO" line of the outlook message.String[]
MAPIMessage.getHeaders()
Returns all the headers, one entry per lineMAPIMessage.getHtmlBody()
Gets the html body of this Outlook Message, if this email contains a html version.MAPIMessage.getMessageClassEnum()
Gets the message class of the parsed Outlook Message.MAPIMessage.getMessageDate()
Gets the date that the message was accepted by the server on.MAPIMessage.getRecipientEmailAddress()
Returns all the recipients' email address, separated by semicolons.String[]
MAPIMessage.getRecipientEmailAddressList()
Returns an array of all the recipient's email address, normally in TO then CC then BCC order.MAPIMessage.getRecipientNames()
Returns all the recipients' names, separated by semicolons.String[]
MAPIMessage.getRecipientNamesList()
Returns an array of all the recipient's names, normally in TO then CC then BCC order.MAPIMessage.getRtfBody()
Gets the RTF Rich Message body of this Outlook Message, if this email contains a RTF (rich) version.MAPIMessage.getStringFromChunk
(StringChunk chunk) Gets a string value based on the passed chunk.MAPIMessage.getSubject()
Gets the subject line of the Outlook MessageMAPIMessage.getTextBody()
Gets the plain text body of this Outlook Message