Uses of Class
org.apache.poi.hsmf.datatypes.StringChunk

Packages that use StringChunk
org.apache.poi.hsmf   
org.apache.poi.hsmf.datatypes   
 

Uses of StringChunk in org.apache.poi.hsmf
 

Methods in org.apache.poi.hsmf with parameters of type StringChunk
 java.lang.String MAPIMessage.getStringFromChunk(StringChunk chunk)
          Gets a string value based on the passed chunk.
 

Uses of StringChunk in org.apache.poi.hsmf.datatypes
 

Fields in org.apache.poi.hsmf.datatypes declared as StringChunk
 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 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.messageClass
          Type of message that the MSG represents (ie.
 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 2012 The Apache Software Foundation or its licensors, as applicable.