|
||||||||||
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 class Chunks
Collection of convenence chunks for standard parts of the MSG file.
Field Summary | |
---|---|
StringChunk |
conversationTopic
Sort of like the subject line, but without the RE: and FWD: parts. |
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 |
StringChunk |
messageClass
Type of message that the MSG represents (ie. |
StringChunk |
sentByServerType
Type of server that the message originated from (SMTP, etc). |
StringChunk |
subjectChunk
Subject link chunk, in plain/text |
StringChunk |
textBodyChunk
BODY Chunk, for plain/text messages |
Method Summary | |
---|---|
static Chunks |
getInstance(boolean newStringType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static Chunks getInstance(boolean newStringType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |