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.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 Modifier and Type Field Description StringChunk
RecipientChunks. deliveryTypeChunk
Normally EX or SMTP.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 personStringChunk
RecipientChunks. recipientSMTPChunk
The 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 StringChunk
AttachmentChunks. getAttachContentId()
StringChunk
AttachmentChunks. getAttachExtension()
StringChunk
AttachmentChunks. getAttachFileName()
StringChunk
AttachmentChunks. getAttachLongFileName()
StringChunk
AttachmentChunks. getAttachMimeTag()
StringChunk
Chunks. getConversationTopic()
StringChunk
Chunks. getDisplayBCCChunk()
StringChunk
Chunks. getDisplayCCChunk()
StringChunk
Chunks. getDisplayFromChunk()
StringChunk
Chunks. getDisplayToChunk()
StringChunk
Chunks. getEmailFromChunk()
StringChunk
Chunks. getHtmlBodyChunkString()
StringChunk
Chunks. getMessageClass()
StringChunk
Chunks. getMessageHeaders()
StringChunk
Chunks. getMessageId()
StringChunk
Chunks. getSentByServerType()
StringChunk
Chunks. getSubjectChunk()
StringChunk
Chunks. getTextBodyChunk()
-