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 MAPIMessageDirectoryChunk. getAsEmbeddedMessage()Treats the directory as an embedded MAPIMessage (it normally is one), and returns a MAPIMessage object to process it with.MAPIMessageAttachmentChunks. 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 MAPIMessageOutlookTextExtractor. getDocument()MAPIMessageOutlookTextExtractor. getFilesystem()MAPIMessageOutlookTextExtractor. getMAPIMessage()Returns the underlying MAPI messageConstructors in org.apache.poi.hsmf.extractor with parameters of type MAPIMessage Constructor Description OutlookTextExtractor(MAPIMessage msg)
-