Move IMAP Mail
Moves mail message to a folder.
This activity moves an IMAP mail message from a user specified folder to another folder within the user's account.
Email Configuration
Email Id:
String Argument
The email account used to move the message.\Password:
String Argument
The password of the email account used to move the message.\From Folder:
String Argument
The mail folder from which the mail messages are to be moved.\Mail Folder:
String Argument
The mail folder to which the mail messages are to be moved.
Server Configuration
Server:
String Argument
The email server host that is to be used.\Port:
Integer ArgumentThe port used to get the email message.\Secure Connection: Specifies the SSL and/or TLS encryption to be used for the connection.The following are the available options.
Auto- Allows the IMailService to decide which SSL or TLS options are to be used .DefaultNone- No SSL/TLS encryption is used.SslOnConnect- Uses SSL/TLS encryption immediately.StartTls- Uses the TLS encryption immediately after reading the greeting and capabilities of the server. If the server does not support the StartTLS extension, the connection fails.StartTlsWhenAvailable- Allows the usage of TLS encryption immediately after reading the greeting and capabilities of the server only if the server supports StartTLS.
Options
Enable SSL:
OptionalTrue- The activity will use SSL for sending the message.False- The activity wont use SSL for sending the message.Default
Last updated