org.apache.poi.hsmf.datatypes
Class Chunks

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.Chunks

public final class Chunks
extends java.lang.Object

Collection of convenence chunks for standard parts of the MSG file.

Author:
Travis Ferguson

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

messageClass

public StringChunk messageClass
Type of message that the MSG represents (ie. IPM.Note)


textBodyChunk

public StringChunk textBodyChunk
BODY Chunk, for plain/text messages


subjectChunk

public StringChunk subjectChunk
Subject link chunk, in plain/text


displayToChunk

public StringChunk displayToChunk
Value that is in the TO field (not actually the addresses as they are stored in recip directory nodes


displayFromChunk

public StringChunk displayFromChunk
Value that is in the FROM field


displayCCChunk

public StringChunk displayCCChunk
value that shows in the CC field


displayBCCChunk

public StringChunk displayBCCChunk
Value that shows in the BCC field


conversationTopic

public StringChunk conversationTopic
Sort of like the subject line, but without the RE: and FWD: parts.


sentByServerType

public StringChunk sentByServerType
Type of server that the message originated from (SMTP, etc).

Method Detail

getInstance

public static Chunks getInstance(boolean newStringType)


Copyright 2009 The Apache Software Foundation or its licensors, as applicable.