im_AcceptNoAttachments
Ingest emails without attachments, even if attachment types are specified
Member of namespace
ImailSyntax
bool im_AcceptNoAttachments(bool bNoAttachOK)
Parameters
- bNoAttachOK
- Type: bool
- A boolean value that enables ingestion of emails with no attachments.
Parameters
True: An email message with no attachments is ingested by im_scan.False: An email message no attachments are rejected by im_scan, unless im_types was called with a blank parameter, which is the default behavior if this action is never called.
Returns
Always True.Level
Batch level.Details
If this action is never called, the absence of an attachment causes im_scan to treat that email message as a Problem.If this action is called with parameter True, a message with no attachments are ingested.
If im_types is called with a blank parameter before im_scan, all emails are ingested, so this action has no effect.