Extract Subfiles from Outlook Express Files
When you extract an Outlook Express (EML) file to disk, the message text and header information (To
, From
, Sent
, and so on) is extracted to a text file. If you do not want to extract the header information, set the flag KVExtractionFlag_ExcludeMailHeader when you call fpExtractSubFile().
If the Outlook file contains a non-mail attachment, the attachment is extracted in its native format to the same directory as the message text file. If the Outlook file contains a mail attachment, the complete attachment (including message text and attachments), the message text file, and any non-mail attachments are extracted to the same directory as the main message.
NOTE: When the MBX reader (mbxsr
) is enabled, it is used to filter MBX and EML files. If the MBX reader is not enabled, the EML reader (emlsr
) is used.