Get information about saved email Version 1 (Net)

Action group: Outlook 


Description

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

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
LetterThe path to the downloaded email file. The file must have the .msg extension.Robin.FilePath
Yes
Results
SenderThe sender of the letter.Robin.String

AddresseesAddressees of the letter.Robin.Collection

Recipients of the copyRecipients of a copy of the letter.Robin.Collection

Time of receiptThe time of receipt of the letter.Robin.DateTime

SubjectThe subject of the letter.Robin.String

BodyThe text that is contained in the body of the letter.Robin.String

Special conditions of use

Example of use

Task

Get information about saved email. 

Solution

You can download an email using the "Save email" action or manually. 

Implementation

The action returns the information about the saved email in the form of a file of the extension .msg. (Sender, Addressees, Recipients of the copy, Time of the receipt, Subject, Body.) 

Precondition: an outlook email with the .msg extension has been downloaded to the device.

  1. Set the "Get information about saved email" action to workflow. 
  2. Set the parameters correctly. In the "Letter" parameter set the path to the saved email. 
  3. Run the robot. 

Result

The action returned 6 parameters with the information letter.