Uses of Class
org.apache.poi.hsmf.MAPIMessage
-
Packages that use MAPIMessage Package Description org.apache.poi.hsmf.datatypes org.apache.poi.hsmf.extractor -
-
Uses of MAPIMessage in org.apache.poi.hsmf.datatypes
Methods in org.apache.poi.hsmf.datatypes that return MAPIMessage Modifier and Type Method Description MAPIMessage
DirectoryChunk. getAsEmbededMessage()
Treats the directory as an embeded MAPIMessage (it normally is one), and returns a MAPIMessage object to process it with.MAPIMessage
AttachmentChunks. getEmbeddedMessage()
Returns the embedded MAPI message, if the attachment is an embedded message, or null otherwise -
Uses of MAPIMessage in org.apache.poi.hsmf.extractor
Methods in org.apache.poi.hsmf.extractor that return MAPIMessage Modifier and Type Method Description MAPIMessage
OutlookTextExtactor. getMAPIMessage()
Returns the underlying MAPI messageConstructors in org.apache.poi.hsmf.extractor with parameters of type MAPIMessage Constructor Description OutlookTextExtactor(MAPIMessage msg)
-