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, getSummaryInformationpublic OutlookTextExtactor(MAPIMessage msg)
@Deprecated public OutlookTextExtactor(DirectoryNode poifsDir, POIFSFileSystem fs) throws IOException
OutlookTextExtactor(DirectoryNode) insteadIOExceptionpublic OutlookTextExtactor(DirectoryNode poifsDir) throws IOException
IOExceptionpublic OutlookTextExtactor(POIFSFileSystem fs) throws IOException
IOExceptionpublic OutlookTextExtactor(NPOIFSFileSystem fs) throws IOException
IOExceptionpublic OutlookTextExtactor(InputStream inp) throws IOException
IOExceptionpublic MAPIMessage getMAPIMessage()
public String getText()
getText in class POITextExtractorprotected void handleEmails(StringBuffer s, String type, String displayText, StringUtil.StringsIterator emails)
Copyright © 2020. All rights reserved.