Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

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

Parameters

Input parameters

Message ID - Message ID assigned during the selection.

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 receipt of the letter.

Subject - the subject of the letter. 

Body - the text that is contained in the body of the letter.

...

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Message IDMessage ID assigned during the selection.Robin.String
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

...

  • 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.

...

  1. Assemble a robot scheme consisting of actions:
     
    Set the "Terminate" action parameters (if Outlook is already running, the second copy will not open).
    Image Removed
  2. Set the "Run" action parameters.
    Image Removed
    Set the "Select message" action parameters. 


  3. Set the "Get value by index" action parameters. 


  4. Set the "Get information letter" action parameters. 
    Set the parameters correctly. In the "Message ID" parameters set the ID of the message with the subject of the letter and recipients of the copy.


  5. Click "Start" in the top panel. 

...