|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hsmf.datatypes.Chunks
public final class Chunks
Collection of convenience chunks for standard parts of the MSG file. Not all of these will be present in any given file
Field Summary | |
---|---|
static int |
CONVERSATION_TOPIC
|
StringChunk |
conversationTopic
Sort of like the subject line, but without the RE: and FWD: parts. |
static int |
DISPLAY_BCC
|
static int |
DISPLAY_CC
|
static int |
DISPLAY_FROM
|
static int |
DISPLAY_TO
|
StringChunk |
displayBCCChunk
Value that shows in the BCC field |
StringChunk |
displayCCChunk
value that shows in the CC field |
StringChunk |
displayFromChunk
Value that is in the FROM field |
StringChunk |
displayToChunk
Value that is in the TO field (not actually the addresses as they are stored in recip directory nodes |
static int |
EMAIL_FROM
|
StringChunk |
emailFromChunk
TODO |
static int |
MESSAGE_CLASS
|
static int |
MESSAGE_HEADERS
|
static int |
MESSAGE_ID
|
StringChunk |
messageClass
Type of message that the MSG represents (ie. |
StringChunk |
messageHeaders
The email headers |
StringChunk |
messageId
The message ID |
static int |
SENT_BY_SERVER_TYPE
|
StringChunk |
sentByServerType
Type of server that the message originated from (SMTP, etc). |
static int |
SUBJECT
|
StringChunk |
subjectChunk
Subject link chunk, in plain/text |
static int |
SUBMISSION_ID_DATE
|
MessageSubmissionChunk |
submissionChunk
TODO |
static int |
TEXT_BODY
|
StringChunk |
textBodyChunk
BODY Chunk, for plain/text messages |
Constructor Summary | |
---|---|
Chunks()
|
Method Summary | |
---|---|
Chunk[] |
getAll()
|
Chunk[] |
getChunks()
Returns the chunks that make up the group. |
void |
record(Chunk chunk)
Called by the parser whenever a chunk is found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGE_CLASS
public static final int SUBJECT
public static final int SUBMISSION_ID_DATE
public static final int CONVERSATION_TOPIC
public static final int SENT_BY_SERVER_TYPE
public static final int MESSAGE_HEADERS
public static final int DISPLAY_TO
public static final int DISPLAY_FROM
public static final int EMAIL_FROM
public static final int DISPLAY_CC
public static final int DISPLAY_BCC
public static final int TEXT_BODY
public static final int MESSAGE_ID
public StringChunk messageClass
public StringChunk textBodyChunk
public StringChunk subjectChunk
public StringChunk displayToChunk
public StringChunk displayFromChunk
public StringChunk displayCCChunk
public StringChunk displayBCCChunk
public StringChunk conversationTopic
public StringChunk sentByServerType
public StringChunk messageHeaders
public MessageSubmissionChunk submissionChunk
public StringChunk emailFromChunk
public StringChunk messageId
Constructor Detail |
---|
public Chunks()
Method Detail |
---|
public Chunk[] getAll()
public Chunk[] getChunks()
ChunkGroup
getChunks
in interface ChunkGroup
public void record(Chunk chunk)
record
in interface ChunkGroup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |