Action group: Outlook
Description
The action copies to the specified folder the emails corresponding to the ID assigned upon receipt.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Message IDs | Collection with email IDs | Robin.Collection | Yes | |
Data store | The storage in which emails are stored. The repository name is often (but not always) the same as the user account | Robin.String | Yes | |
Folder | The folder where you want to copy messages with the specified identifiers. A folder within the originally specified location. | Robin.String | Yes | |
Move | Optional parameter. The default is false. Messages in source folders will be deleted if parameter is true. | Robin.Boolean | true | No |
Special conditions of use
None.
Example of use
Task
Select messages with subject "Test message" from the "Incoming mail" folder and move them to the "For test" folder.
Solution
Use the "Terminate", "Run", "Select message", "Copy to folder" actions.
Implementation
The program robot completed successfully.
The selected messages are moved to the "For Test" folder.