Skip to main content

Move Mail

Moves an email from the specified From Folder to To Folder in the email mailbox. The email message is identified by its unique id set to Email Unique ID (Uid).

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Client Id - The id of the email client to use. The ID is created by the Connect node.
  • From Folder - The name of the folder to move the email from.
  • Email Unique ID (Uid) - The unique id of the email to move.
  • To Folder - The destination folder name to move the email to.

Options

  • Credentials - The login credentials for the email client. Required if there is no Client Id.