...
Execution: the activity will search and return a collection with all the Contact Groups defined for the account where the activity is connected to.
In order to read the Output variable (in our example the variable name is FoldersCollection), there will be used a For Each and a Get Element From Collection activity:
...
The Move Item activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Location (combo box control) (type: string): the mailbox folder where the item will be moved. The default value is set to the Inbox folder.
...
- Item ID (text box editor) (type: string): the id of the item to be moved. An output from the Get activities can be used as Input (e.g. Get Email). In our example the parameter is bound to the Output ID variable from the Get Email activity, which contains the ID of the first found e-mail.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Status (type: boolean): outputs the result status. If the file was moved successfully then TRUE, otherwise FALSE.
Execution: the activity will move the given item into the new location.
Reply To E-Mail
This activity replies to email messages.
...