Move Message To Another Folder

Last modified by Nga Nguyen on 2022/05/16 03:39

RCA.Activities.Mail.MoveMessageToFolder

Description

This activity allows you to move an email message from Exchange to another folder.

image-20220505160936-1.png

(* is mandatory)

Properties

Connection

  • Email Auto discover (String)* - Searches automatically for an Exchange server by using an email address from that server. This works only if the Exchange server has Autodiscover enabled.
    E.g: “http(s)://autodiscover.domain/EWS/Exchange.asmx”
  • Exchange Version (DropDownlist) – Specifies the lowest version of the Exchange server that is used. The options displayed in this field range from 2007 to the 2013 version. Please note that the version number indicates the lowest level of service you support. This means that if you have a 2016 exchange server, you can select the Exchange2013 option.
  • Server (String)* - The email server host that is to be used and the format should be like like the example below
    E.g: “https://outlook.office365.com/EWS/Exchange.asmx”

Input

  • Mail Folder (String)* - The mail folder from which the messages are to be retrieved.
    E.g: “MailFOlderName”
  • Mail Message (MailMessage)* - The MailMessage object to be moved.

Logon

  • Domain (String)* - The Active Directory domain to connect to.
    E.g: Mydomain.com
  • Password (String)* - The Password of the Exchange account to be used.
  • User (String)* - The User of the Exchange account to be used.

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 Message

Table of Content