[07]Move IMAP Message To Another Folder

Last modified by Tuan Nguyen on 2022/05/13 03:49

RCA.Activities.Mail.MoveIMAPMessageToFolder

Description

This activity allows you to move an IMAP Message to an another folder.

image-20220505162857-1.png

(* is mandatory)

Properties

Input

  • From Folder (String) - The folder that contains the message.
    E.g: “Inbox”
  • Mail Message (MailMessage)* - The mail message that you want to be moved

Destination

  • Mail folder (String)* - The mail folder of the message that you want to move.
    E.g: “Customer Folder”

Host

  • Port (Int32) - The port that the email is to be sent through.
    E.g: 993
  • Server (String)* - The email server host that is to be used.
    E.g: “mail.mydomain.com”

993-imap.png

  • Enable SSL (Checkbox) - If you choose this you will use the SSL encryption.

Logon

  • Email (String)* - The email account used to send the message.
    E.g: [email protected]
  • Password (String)* - The password of the email account used to send the message

Misc

  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Move IMAP Message

Option

  • Secure Connection (DropDown List) - Specifies when the SSL/TLS encryption are used. It contains: None, Auto, SslOnConnect, StartTls, StartTlsWhenAvailable

Table of Content

  
Navigation