Read mail
Last updated
Last updated
Component that reads email from MS Exchange.
Description of general properties can be found in the Element properties section.
If the name of the property is marked with an asterisk *
, this means that it is mandatory to specify it.
Example of using the element in a process of Pure code type:
Property | Type | Description |
---|---|---|
Path to folder
String
Path to the MS Exchange folder. For example:"Inbox"
Only unread
Boolean
Defines whether only unread mail should be read
Quantity
Int32
Quantity of messages to be read. By default it is set to 30
Attachments
Boolean
Defines whether email attachments should be received
Query
String
Filter query text
Shared mailbox
String
Specify the address of the shared mailbox, if its mail should be read. For example: "info@company.com"
Variable*
Output variable for saving the list of received emails.