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 RecipientChunks.deliveryTypeChunk
          Normally EX or SMTP.
 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.emailFromChunk
          TODO
 StringChunk Chunks.htmlBodyChunkString
          BODY Html Chunk, for html messages
 StringChunk Chunks.messageClass
          Type of message that the MSG represents (ie.
 StringChunk Chunks.messageHeaders
          The email headers
 StringChunk Chunks.messageId
          The message ID
 StringChunk RecipientChunks.recipientDisplayNameChunk
          The display name of the recipient.
 StringChunk RecipientChunks.recipientEmailChunk
          The email address of the recipient, which could be in SMTP or SEARCH format, but isn't always present...
 StringChunk RecipientChunks.recipientNameChunk
          The "name", which could be their name if an internal person, or their email address if an external person
 StringChunk RecipientChunks.recipientSMTPChunk
          The smtp destination email address of the recipient, but isn't always present...
 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.