im_StoreEML

Store one .eml file per message, rather than one file per attachment

Member of namespace

Imail

Syntax

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.

Returns

Always True.

Level

Batch level.

Details

If set, the im_scan action creates a one page document that contains the email and attachments in an .eml file. No attachment pages are created and no variables are set in the document.