История страницы
...
The action selects emails from the mailbox that match the specified filters and saves their IDs to a variable.
Action icon
Parameters
Input parameters
- Massages data store - repository from which to select emails.
- Folder - the folder from which to select emails.
- Unread only - select only unread emails.
- Sender - the mailing address of the sender of the email.
- Recipients - the mailing address of the additional recipient of the email.
- CC - the mailing address of the recipient of the copy of the email.
- Subject - the text that the subject line should contain.
- Body - the text that should contain the body of the email.
- From date - date of receipt of the email, starting from which it was necessary to select emails.
- To date - date of receipt of the email, up to which inclusively emails need to be selected.
- Attachment exist - only emails with attachments will be selected.
- Count - the number of emails to be subtracted from the mailbox according to the specified filters.
- Attachment name - the text that should contain the name of the attachment.
- Mark as read - mark selected emails as read.
Output parameters
- Selected messages IDs - the collection into which the identifiers of the emails selected by the selected filters are saved.
...
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Messages data store | Optional parameter. Repository from which to select emails. The repository name is often (but not always) the same as the user account. | Robin.String | No | |
Folder | Optional parameter. The folder from which to select emails. To specify more than one item, use «;». | Robin.String | No | |
Unread only | Optional parameter. Select only unread emails. | Robin.Boolean | true | No |
Sender | Optional parameter. The mailing address of the sender of the email. To specify more than one item, use «;». The search pattern using wildcards * ; ? ; [ ]; ! ; - ; # is supported. The wildcard must be enclosed in { } to separate the character from the plain text. For example: Document {[123]}. The text should be case-sensitive. | Robin.String | No | |
Recipients | Optional parameter. The mailing address of the additional recipient of the email. To specify more than one item, use «;». The search pattern using wildcards * ; ? ; [ ]; ! ; - ; # is supported. The wildcard must be enclosed in { } to separate the character from the plain text. For example: Document {[123]}. The text should be case-sensitive. | Robin.String | No | |
CC | Optional parameter. The mailing address of the recipient of the copy of the email. To specify more than one item, use «;». The search pattern using wildcards * ; ? ; [ ]; ! ; - ; # is supported. The wildcard must be enclosed in { } to separate the character from the plain text. For example: Document {[123]}. The text should be case-sensitive. | Robin.String | No | |
Subject | Optional parameter. The text that the subject line should contain. The search pattern using wildcards * ; ? ; [ ]; ! ; - ; # is supported. The wildcard must be enclosed in { } to separate the character from the plain text. For example: Document {[123]}. The text should be case-sensitive. | Robin.String | No | |
Body | Optional parameter. The text that should contain the body of the email. The search pattern using wildcards * ; ? ; [ ]; ! ; - ; # is supported. The wildcard must be enclosed in { } to separate the character from the plain text. For example: Document {[123]}. The text should be case-sensitive. | Robin.String | No | |
From date | Optional parameter. Date of receipt of the email, starting from which it was necessary to select emails. | Robin.DateTime | No | |
To date | Optional parameter. Date of receipt of the email, up to which inclusively you need to select emails. | Robin.DateTime | No | |
Attachment exist | Optional parameter. Only emails with attachments will be selected. | Robin.Boolean | true | No |
Count | Optional parameter. The number of emails to be subtracted from the mailbox according to the specified filters. The default is 10. | Robin.Numeric | No | |
Attachment name | Optional parameter. The text that should contain the name of the attachment. The search pattern using wildcards * ; ? ; [ ]; ! ; - ; # is supported. The wildcard must be enclosed in { } to separate the character from the plain text. For example: Document {[123]}. The text should be case-sensitive. | Robin.String | No | |
Mark as read | Optional parameter. Mark selected emails as read. | Robin.Boolean | true | No |
Results | ||||
Selected messages IDs | The collection into which the identifiers of the emails selected by the selected filters are saved | Robin.Collection |
...
Обзор
Инструменты контента