public final class HMEFContentsExtractor extends Object
| Constructor and Description |
|---|
HMEFContentsExtractor(File filename) |
HMEFContentsExtractor(HMEFMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
extractAttachments(File dir)
Extracts all the message attachments to the supplied directory
|
void |
extractMessageBody(File dest)
Extracts the RTF message body to the supplied file
|
static void |
main(String[] args) |
public HMEFContentsExtractor(File filename) throws IOException
IOExceptionpublic HMEFContentsExtractor(HMEFMessage message)
public void extractMessageBody(File dest) throws IOException
IOExceptionpublic void extractAttachments(File dir) throws IOException
IOExceptionCopyright © 2020. All rights reserved.