Reply Version 7 (Net)
Action group: Outlook
Description
The action allows you to reply to a message to one or more recipients.
Action icon
Settings of parameters
Свойство | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
Параметры | ||||
Идентификаторы сообщений | Коллекция с идентификаторами писем, на которые надо ответить | Robin.Collection | Да | |
Способ ответа | Способ ответа на письма | Robin.String | Да | |
Кому | Список адресов получателей. В качестве разделителя используйте «;» | Robin.String | Нет | |
От кого | Адрес почты, с которой будет отправлено письмо. Если указана почта, не входящая в список делегированных, то успешность отправки письма будет зависеть от настроек сервера. | Robin.String | Нет | |
Копия | Список адресов получателей копии письма. В качестве разделителя используйте «;» | Robin.String | Нет | |
Скрытая копия | Список адресов получателей скрытой копии письма. В качестве разделителя используйте «;» | Robin.String | Нет | |
Тема письма | Тема письма. Если оставить поле пустым, то сохранится тема исходного письма. | Robin.String | Нет | |
Тело | Текст, который нужно добавить в тело письма. | Robin.String | Нет | |
Вложения | Путь к файлу, который необходимо прикрепить к письму. Чтобы указать более одного элемента, используйте «;». | Robin.FilePath | Нет |
Special conditions of use
In outlook, when sending/replying to an email, you need to specify the mail from which the email will be sent. By default, the mail from which you are authorized is specified.
A user can also send an email on behalf of another mail. To do this, the user must be given delegated access to the other mailbox. Access to the other mail can only be granted to a user who has mail bound through the Exchange Server.
Delegated access transfer - https://support.microsoft.com/en-us/office/send-email-on-behalf-of-someone-else-dbaf0b80-df07-4a4d-90c7-8dbd63d5ddac.
Example of use
Task
Reply to messages in Outlook while changing the subject of the message.
Solution
Use the "Terminate", "Run", "Select message", "Reply" 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).
Specify this variable in the "Message subject" field.
Result
The program robot completed successfully.
The replies to the selected messages are sent. The message subject is changed.