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

Ключ

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

...

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

...

Get information about saved email. 

...

Solution

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

  • The user needs to enter the path to the email file.
  • You can only retrieve the information of one email whose path was entered.
  • 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.

...

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

...