im_StoreEML
Store one .eml file per message, rather than one file per attachment
Member of namespace
ImailSyntax
bool im_StoreEML(bool bStoreEML)
Parameters
- bStoreEML
- Type: bool
- A boolean value that enables storing each email message as an .eml file.
Parameters
True: Store each ingested email message, formatted together with all attachments, in a single .eml file and attach it as a page to the document.False: Add each ingested email message as a document, with associated variables, and add each attachment as a page within the document. This process is the default if im_StoreEML is not called.