Uses of Class
org.apache.poi.hsmf.datatypes.StringChunk
Packages that use StringChunk
-
Uses of StringChunk in org.apache.poi.hsmf
Methods in org.apache.poi.hsmf with parameters of type StringChunkModifier and TypeMethodDescriptionMAPIMessage.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 StringChunkModifier and TypeFieldDescriptionRecipientChunks.deliveryTypeChunk
Normally EX or SMTP.RecipientChunks.recipientDisplayNameChunk
The display name of the recipient.RecipientChunks.recipientEmailChunk
The email address of the recipient, which could be in SMTP or SEARCH format, but isn't always present...RecipientChunks.recipientNameChunk
The "name", which could be their name if an internal person, or their email address if an external personRecipientChunks.recipientSMTPChunk
The smtp destination email address of the recipient, but isn't always present...Methods in org.apache.poi.hsmf.datatypes that return StringChunkModifier and TypeMethodDescriptionAttachmentChunks.getAttachContentId()
AttachmentChunks.getAttachExtension()
AttachmentChunks.getAttachFileName()
AttachmentChunks.getAttachLongFileName()
AttachmentChunks.getAttachMimeTag()
Chunks.getConversationTopic()
Chunks.getDisplayBCCChunk()
Chunks.getDisplayCCChunk()
Chunks.getDisplayFromChunk()
Chunks.getDisplayToChunk()
Chunks.getEmailFromChunk()
Chunks.getHtmlBodyChunkString()
Chunks.getMessageClass()
Chunks.getMessageHeaders()
Chunks.getMessageId()
Chunks.getSentByServerType()
Chunks.getSubjectChunk()
Chunks.getTextBodyChunk()