Uses of Class
org.apache.poi.hsmf.datatypes.StringChunk
-
Packages that use StringChunk Package Description 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 Modifier and Type Method Description java.lang.StringMAPIMessage. 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 Modifier and Type Field Description StringChunkRecipientChunks. deliveryTypeChunkNormally EX or SMTP.StringChunkRecipientChunks. recipientDisplayNameChunkThe display name of the recipient.StringChunkRecipientChunks. recipientEmailChunkThe email address of the recipient, which could be in SMTP or SEARCH format, but isn't always present...StringChunkRecipientChunks. recipientNameChunkThe "name", which could be their name if an internal person, or their email address if an external personStringChunkRecipientChunks. recipientSMTPChunkThe smtp destination email address of the recipient, but isn't always present...Methods in org.apache.poi.hsmf.datatypes that return StringChunk Modifier and Type Method Description StringChunkAttachmentChunks. getAttachContentId()StringChunkAttachmentChunks. getAttachExtension()StringChunkAttachmentChunks. getAttachFileName()StringChunkAttachmentChunks. getAttachLongFileName()StringChunkAttachmentChunks. getAttachMimeTag()StringChunkChunks. getConversationTopic()StringChunkChunks. getDisplayBCCChunk()StringChunkChunks. getDisplayCCChunk()StringChunkChunks. getDisplayFromChunk()StringChunkChunks. getDisplayToChunk()StringChunkChunks. getEmailFromChunk()StringChunkChunks. getHtmlBodyChunkString()StringChunkChunks. getMessageClass()StringChunkChunks. getMessageHeaders()StringChunkChunks. getMessageId()StringChunkChunks. getSentByServerType()StringChunkChunks. getSubjectChunk()StringChunkChunks. getTextBodyChunk()
-