org.apache.poi.hsmf.datatypes
public final class Chunks extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static Chunks |
getInstance(boolean newStringType) |
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 static Chunks getInstance(boolean newStringType)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.