Package | Description |
---|---|
org.apache.poi.hsmf | |
org.apache.poi.hsmf.datatypes |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MAPIMessage.getStringFromChunk(StringChunk chunk)
Gets a string value based on the passed chunk.
|
Modifier and Type | Field and Description |
---|---|
StringChunk |
AttachmentChunks.attachExtension |
StringChunk |
AttachmentChunks.attachFileName |
StringChunk |
AttachmentChunks.attachLongFileName |
StringChunk |
AttachmentChunks.attachMimeTag |
StringChunk |
Chunks.conversationTopic
Sort of like the subject line, but without the RE: and FWD: parts.
|
StringChunk |
Chunks.displayBCCChunk
Value that shows in the BCC field
|
StringChunk |
Chunks.displayCCChunk
value that shows in the CC field
|
StringChunk |
Chunks.displayFromChunk
Value that is in the FROM field
|
StringChunk |
Chunks.displayToChunk
Value that is in the TO field (not actually the addresses as they are stored in recip directory nodes
|
StringChunk |
Chunks.messageClass
Type of message that the MSG represents (ie.
|
StringChunk |
Chunks.sentByServerType
Type of server that the message originated from (SMTP, etc).
|
StringChunk |
Chunks.subjectChunk
Subject link chunk, in plain/text
|
StringChunk |
Chunks.textBodyChunk
BODY Chunk, for plain/text messages
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.