Download All Attachments#

Saves all attachments from an email to a specified folder on the User's computer.

Email[Link] The MailMessage object whose attachments need to be saved.
Path[Text] The directory where the email attachments should be saved.
Filter[Text] Represents a regular expression that is checked against the names of the files to be saved.
Result[List] A list with the full paths of the saved files.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during execution. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block.