Package | Description |
---|---|
org.apache.poi.hsmf | |
org.apache.poi.hsmf.datatypes |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
MAPIMessage.getStringFromChunk(StringChunk chunk) |
Gets a string value based on the passed chunk.
|
Modifier and Type | Field | 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 |
RecipientChunks.deliveryTypeChunk |
Normally EX or SMTP.
|
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.emailFromChunk |
TODO
|
StringChunk |
Chunks.htmlBodyChunkString |
BODY Html Chunk, for html messages
|
StringChunk |
Chunks.messageClass |
Type of message that the MSG represents (ie.
|
StringChunk |
Chunks.messageHeaders |
The email headers
|
StringChunk |
Chunks.messageId |
The message ID
|
StringChunk |
RecipientChunks.recipientDisplayNameChunk |
The display name of the recipient.
|
StringChunk |
RecipientChunks.recipientEmailChunk |
The email address of the recipient, which
could be in SMTP or SEARCH format, but
isn't always present...
|
StringChunk |
RecipientChunks.recipientNameChunk |
The "name", which could be their name if an
internal person, or their email address
if an external person
|
StringChunk |
RecipientChunks.recipientSMTPChunk |
The smtp destination email address of
the recipient, but isn't always present...
|
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 2018 The Apache Software Foundation or its licensors, as applicable.