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

Ключ

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

...

The action reads emails that match the specified filters from the mailbox and saves them to the Table type variable.

Action icon

Image Modified

Action parameters

Input parameters

ParameterDescription
ContextEmail connection context identifier.
FromSelects emails whose sender email address fully matches or contains the provided value.
ToSelects emails whose recipient’s email address fully matches or contains the provided value. To specify more than one item, use ";" or ",".
CCSelects emails whose addresses of the recipients of the email copy fully match or contains the provided value. To specify more than one item, use ";" or ",".
SubjectSelects messages whose subject line fully matches or contains the provided value.
BodySelects emails for which the text of the email body fully matches or contains the provided value.
Attachment nameSelects messages with attachment names fully match or contains the provided value.
Unread onlyIf "true", only unread emails will be selected. If the value is "false", both read and unread emails will be selected.
CountThe number of emails that must be read from the mailbox using the specified filters.
Folder For AttachmentThe path to the folder in which subfolders will be created to save attachments from letters.
Include html textIf the value is "true", the action will return an email text with full information about the styles of that text . If the value is "false", the action will return plain text.
Search by templateIf the value is "true", the values in the search filters will be treated as regular expressions when selecting emails. If the value is "false", the values in the search filters will be considered as plain text, and the search speed will also increase when connecting with IMAP protocol.
Starting dateThe messages that are received starting from the specified date and time will be selected.
Ending dateMessages received before the specified date and time inclusive will be selected.

Output parameters

Result - A table into which information is saved from letters selected by the selected filters. The table has the following set of columns: ID - message identifier; From - sender; To - recipient (list of all); CC - recipient of a copy of the letter; Subject - subject of the letter; Body - the body of the letter; Path - path to the folder with the attachment files. DateTime - received date and time.

...