Uses of Class
org.apache.poi.hsmf.MAPIMessage

Packages that use MAPIMessage
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
 MAPIMessage DirectoryChunk.getAsEmbededMessage()
          Treats the directory as an embeded MAPIMessage (it normally is one), and returns a MAPIMessage object to process it with.
 

Uses of MAPIMessage in org.apache.poi.hsmf.extractor
 

Methods in org.apache.poi.hsmf.extractor that return MAPIMessage
 MAPIMessage OutlookTextExtactor.getMAPIMessage()
          Returns the underlying MAPI message
 

Constructors in org.apache.poi.hsmf.extractor with parameters of type MAPIMessage
OutlookTextExtactor(MAPIMessage msg)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.