ex_EMLOption
Creates a one page document per email containing an .eml file.
Member of namespace
EwsmailSyntax
bool ex_EMLOption (int folder)
Parameters
- folder
- Type: int
- Optional - use a nonzero value to store one .eml file per email.
Parameters
folder : Optional - use a nonzero value to store one .eml file per email.Returns
Always True.Level
Batch level.Details
If set, the ex_scan action creates a one page document containing the email and attachments in an .eml file; no attachment pages are created. When called with a non-zero parameter, the ex_scan function does not create pages for each attachment, instead one page is created per email document, containing an .eml file suitable for subsequent processing using eDocument Conversion actions.When you use this action, pages for attachments are not created, and variables for those attachments are not set.
- Example:
ex_EMLOption(1) ex_scan()