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

Server Configuration

  • Port: Integer Argument The 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 . Default

    • None - 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: Optional

    • True - The activity will use SSL for sending the message.

    • False - The activity wont use SSL for sending the message. Default

Last updated