Skip to main content

Move Outlook Mail Messages

Description

This Activity moves email messages in Outlook to a specified mail folder.

Properties

Input

  • Message – Specify the MailMessage object to move.
  • Mail Folder – Specify the mail folder to move the message into.

Misc

  • DisplayName – Specify a display name for your Activity.

  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Result – It verifies the success of the move operation of an email, returning a boolean value to indicate the outcome of the operation.

Example

Download Example

Move IMAP Mail