public class OutlookTextExtactor extends POIOLE2TextExtractor
document
Constructor and Description |
---|
OutlookTextExtactor(DirectoryNode poifsDir) |
OutlookTextExtactor(DirectoryNode poifsDir,
POIFSFileSystem fs)
Deprecated.
|
OutlookTextExtactor(InputStream inp) |
OutlookTextExtactor(MAPIMessage msg) |
OutlookTextExtactor(NPOIFSFileSystem fs) |
OutlookTextExtactor(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
MAPIMessage |
getMAPIMessage()
Returns the underlying MAPI message
|
String |
getText()
Outputs something a little like a RFC822 email
|
protected void |
handleEmails(StringBuffer s,
String type,
String displayText,
StringUtil.StringsIterator emails)
Takes a Display focused string, eg "Nick; Jim" and an iterator
of emails, and does its best to return something like
"Nick
|
static void |
main(String[] args) |
getDocSummaryInformation, getFileSystem, getMetadataTextExtractor, getRoot, getSummaryInformation
public OutlookTextExtactor(MAPIMessage msg)
@Deprecated public OutlookTextExtactor(DirectoryNode poifsDir, POIFSFileSystem fs) throws IOException
OutlookTextExtactor(DirectoryNode)
insteadIOException
public OutlookTextExtactor(DirectoryNode poifsDir) throws IOException
IOException
public OutlookTextExtactor(POIFSFileSystem fs) throws IOException
IOException
public OutlookTextExtactor(NPOIFSFileSystem fs) throws IOException
IOException
public OutlookTextExtactor(InputStream inp) throws IOException
IOException
public MAPIMessage getMAPIMessage()
public String getText()
getText
in class POITextExtractor
protected void handleEmails(StringBuffer s, String type, String displayText, StringUtil.StringsIterator emails)
Copyright © 2020. All rights reserved.