История страницы
...
Get information letter Version 6 (Net)
Группа действийAction group: Outlook
Описание
Действие возвращает информацию об указанном письме в виде следующих 6-ти параметров: Отправитель, Адресаты, Получатели копии, Время получения, Тема пиа, Текст письма.
Иконка
Параметры
Входные параметры
ID сообщения Идентификатор письма, присвоенный при отборе.
Выходные параметры
Отправитель Отправитель письма.
Адресаты Адресаты письма.
Получатели копии Получатели копии письма.
Время получения Время получения письма.
Тема Тема письма.
Тело Текст, который содержится в теле письма.
Настройки
...
Англ. наименование
...
Особые условия использования
- На рабочую область должно быть установлено и корректно заполнено действие "Выбрать сообщения".
- Если получатели копии отсутствуют, то значением параметра "Получатели копии" будет пустая коллекция.
- Если тема письма отсутствует, то значением параметра "Тема" будет пустая строка.
Примеры использования
Задача
Вернуть информацию об указанном письме. Все данные письма указаны.
Предусловие: на рабочую область установлено и корректно заполнено действие "Выбрать сообщения".
Решение
Воспользоваться действиями "Завершить процесс", "Запустить процесс", "Выбрать сообщения", "Получить значение по индексу", "Получить информацию о письме".
Реализация
...
Description
The action returns information about the specified email in the form of the following 6 parameters: Sender, Addressees, Recipients of the copy, Time of receipt, Subject, Body.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Message ID | Message ID assigned during the selection. | Robin.String | Yes | |
Results | ||||
Sender | The sender of the letter. | Robin.String | ||
Addressees | Addressees of the letter. | Robin.Collection | ||
Recipients of the copy | Recipients of a copy of the letter. | Robin.Collection | ||
Time of receipt | The time of receipt of the letter. | Robin.DateTime | ||
Subject | The subject of the letter. | Robin.String | ||
Body | The text that is contained in the body of the letter. | Robin.String |
Special conditions of use
- The "Select message" action must be set and correctly set on the workspace.
- If there are no recipients of the copy, the value of the "Recipients of the copy" parameter will be an empty collection.
- If there is no subject in the letter, the value of the "Subject" parameter will be an empty string.
Examples of use
Task
Return information about the specified letter. All details of the letter are specified.
Precondition: the "Select message" action is set and correctly filled in on the workspace.
Solution
Use the "Terminate", "Run", "Select message", "Get value by index", "Get information letter" actions.
Implementation
- Assemble a robot scheme consisting of actions:
- Set the "Select message" action parameters.
- Set the "Get value by index" action parameters.
- Set the "Get information letter" action parameters.
- Click "Start" in the top panel.
Result
Information about the letter was received.
...
Результат
Информация о письме получена.