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

Ключ

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

...

  1. "Context" field - identifier of the session of work with the email server. The field specifies the context of the "Connection settings" action. 
  2. "From" field - the mail address of the email sender. To specify more than one item, use ";" or ","
  3. "To" field - the email address of the recipient of the message. To specify more than one element, use ";" or ",".
  4. "CC" field - the email address of the recipient of the copy of the letter. To specify more than one element, use ";" or ",".
  5. "Subject" field - the subject of the email. 
  6. "Body" field - the text of the email. 
  7. "Attachment name" field - the name of the attachment in the email. 
  8. "Unread only" field - if the checkbox = true, only unread emails will be selected. 
  9. "Count" field - the number of emails that should be read from the mailbox according to the specified filters.
  10. "Folder For Attachment" field - the path to the folder where subfolders for saving attachments from emails will be created.
  11. "Include html text" field - this checkbox includes full information about styles. Otherwise, just text will be received.
    The "Include html text" checkbox is checked

    the "Include html text" checkbox is unchecked
     
  12. "Save images" field - if the value is "true", the images from the message body will be saved, otherwise they will not be saved.
  13. "Starting date" field - The messages that are received starting from the specified date and time will be selected.
  14. "Ending date" field - Messages received up to and including the specified date and time will be selected.

...

Example of a saved table in CSV (action "Save table to CSV"). 


Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextEmail connection context identifierRobin.EmailEmail contextYes
FromSelects emails whose sender email addresses match the specified regular expression. To specify more than one item, use «;» or «,»Robin.String
No
ToSelects messages whose recipient’s mailing address matches the specified regular expression. To specify more than one item, use «;» or «,»Robin.String
No
CCSelects emails whose addresses of the recipients of the email copy match the specified regular expression. To specify more than one item, use «;» or «,»Robin.String
No
SubjectSelects messages whose subject line matches the specified regular expression.Robin.String
No
BodySelects emails for which the text of the email body matches the specified regular expression.Robin.String
No
Attachment nameSelects messages with attachment names that match the specified regular expression.Robin.String
No
Unread onlySelects unread emails onlyRobin.BooleantrueNo
CountThe number of emails that must be read from the mailbox using the specified filters.Robin.Numeric
No
Folder For AttachmentThe path to the folder in which subfolders will be created to save attachments from letters.Robin.FolderPathC:\doc\imgNo
Include html textInclude full body with htmlRobin.BooleantrueNo
Save imagesIf the value is «true», then the images from the message body will be saved, otherwise they will not be saved.Robin.BooleantrueNo
Starting dateThe messages that are received starting from the specified date and time will be selected.Robin.DateTime
No
Ending dateMessages received before the specified date and time inclusive will be selected.Robin.DateTime
No
Results
Results tableA 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’s mailing address; - To - mailing addresses of all main recipients; - CC - mailing addresses of all recipients of the copy of the letter; - Subject - the subject of the letter; - Body - the body of the letter; - Path - the path to the generated subfolder in which the attachment files were saved; - DateTime – date and time when the message was received.Robin.DataTable

Number of messagesThe number of messages found.Robin.Numeric

Action parameters of previous versions

...