История страницы
Copy to folder Version 6 (Net)
Action group: Outlook
...
Description
The action copies to the specified folder the emails corresponding to the ID assigned upon receipt.
Action icon
Settings of parameters
Property | |||||||||
Description | |||||||||
Type | |||||||||
Filling example | Пример заполнения | Обязательность заполнения поля | |||||||
---|---|---|---|---|---|---|---|---|---|
Параметры | |||||||||
Mandatory field | |||||||||
Parameters | ID сообщения|||||||||
Message | IDКоллекция | Да | Хранилище назначения | Data store | Хранилище, в котором нужно отобрать письма. *Название хранилища часто (но не всегда) совпадает с учетной записью пользователя. | Строка | Да | ||
Папка | Folder | Папка приложения, в которую нужно скопировать выбранные письма. Папка в пределах указанного изначально хранилища. | Строка | Важное | Да | ||||
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 | Переместить | Move | Логический | false | Нет
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
- Assemble a robot scheme with the actions.
- Set the Terminate" action parameters (if Outlook is already running, the second instance will not be opened).
- Set the "Run" action parameters.
- Set the "Select message" action parameters.
- Set the "Copy to folder" action parameters.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The selected messages are moved to the "For Test" folder.