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
IOException
public HMEFContentsExtractor(HMEFMessage message)
public void extractMessageBody(File dest) throws IOException
IOException
public void extractAttachments(File dir) throws IOException
IOException
Copyright © 2020. All rights reserved.