Move IMAP Mail
Description
Moves an IMAP mail from the specified source folder to the target folder
Properties
Input
- Message – Specify the MailMessage object to move.
- Source Mail Folder – Specify the source mail message's folder path.
- Target Mail Folder – Specify the target mail message's folder path.
Common
- Timeout (in MS) – It Specifies the amount of waiting time taken by the Activity to run before any error occurs. By default, it is set to 30000 milliseconds (30 seconds).
Credential
- Email – Specify the email account to get the Message. Password – Specify the email account's password to get the Message.
info
Host
- Port – Specify the Port number to get the email message.
- Server – Specify the email server host address.
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.
Options
- SSL – Specifies if SSL encryption should be used for the connection.
Output
- Result – Specifies Boolean return value indicates the move operation status.
Example
Download Example