ex_problem_folder
Specifies folder for problem emails
Member of namespace
EwsmailSyntax
bool ex_problem_folder (string folder)Parameters
- folder
- Type: string
Parameters
folder : Destination folder for problem emailReturns
Always True.Level
Batch level.Details
When an email is processed and the attachment is not one of the expected types, the email is moved to the folder name specified by this action.This folder must be a subfolder of the email account's Inbox.
If this action is not called, the default value of Problem is used.
- Example:
ex_done_folder("Imported") ex_problem_folder("Failed")