Package | Description |
---|---|
org.apache.poi.hsmf | |
org.apache.poi.hsmf.parsers |
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 "TO" line of the outlook message
This is not the actual list of addresses/values that will be sent to if you click Reply in the email.
|
java.lang.String |
MAPIMessage.getDisplayCC()
Gets the display value of the "TO" line of the outlook message
This is not the actual list of addresses/values that will be sent to if you click Reply in the email.
|
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
This is not the actual list of addresses/values that will be sent to if you click Reply in the email.
|
java.lang.String |
MAPIMessage.getMessageClass()
Gets the message class of the parsed Outlook Message.
|
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
|
Modifier and Type | Method and Description |
---|---|
Chunk |
POIFSChunkParser.getDocumentNode(Chunk chunk)
Pulls a Chunk out of this objects root Node tree.
|
Chunk |
POIFSChunkParser.getDocumentNode(java.util.HashMap dirNode,
Chunk chunk)
Pulls a ByteArrayOutputStream from this objects HashMap, this can be used to read a byte array of the contents of the given chunk.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.