История страницы
...
The action returns the information (Sender, Addressees, Recipients of the copy, Time of the receipt, Subject, Body) about the downloaded email.
Action icon
Parameters
Input parameters
Letter - the path to the downloaded email file. The file must have the .msg extension.
Output parameters
Sender - the sender of the letter.
Addressees - addressees of the letter.
Recipients of the copy - Recipients of a copy of the letter.
Time of receipt - the time of the receipt of the letter.
Subject - the subject of the letter.
Body - the text that is contained in the body of the letter.
Settings
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Letter | The path to the downloaded email file. The file must have the .msg extension. | Robin.FilePath | 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 |
...
- Only one email whose path has been specified can be retrieved.;
- The action can only work with files of extension .msg.;
- The result of the action will be 6 parameters: Sender, Addressees, Recipients of the copy, Time of the receipt, Subject, Body;
- If there are no recipients of the copy, the "Recipients of the copy" parameter will be an empty collection. ;
- If there are no subject or body of the letter, the "Subject" or "Body" parameters will be an empty string. ;
- The action does not return attachments of the letter. To do that use the "Save attachments" action.
...
You can download an email using the "Save email" action or manually.
...
Implementation
...
Precondition: an outlook email with the .msg extension has been downloaded to the device.
...
Обзор
Инструменты контента