Class OutlookTextExtractor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, POIOLE2TextExtractor, POITextExtractor

    public class OutlookTextExtractor
    extends java.lang.Object
    implements POIOLE2TextExtractor
    A text extractor for HSMF (Outlook) .msg files. Outputs in a format somewhat like a plain text email.
    Since:
    4.1.2
    • Constructor Detail

      • OutlookTextExtractor

        public OutlookTextExtractor​(MAPIMessage msg)
      • OutlookTextExtractor

        public OutlookTextExtractor​(DirectoryNode poifsDir)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • OutlookTextExtractor

        public OutlookTextExtractor​(POIFSFileSystem fs)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • OutlookTextExtractor

        public OutlookTextExtractor​(java.io.InputStream inp)
                             throws java.io.IOException
        Throws:
        java.io.IOException