Get Outlook Emails

You can select this activity to retrieve email messages from Outlook.

This table lists the properties for the activity.

Property Type Property Name Description
Input Account The email account that must be used to retrieve the mail messages.
Mail Folder The mail folder from which the messages must be retrieved.
Options Filter The string that must be used as a filter for retrieving messages.
Mark as Read A Boolean value. Select this option to mark the unread retrieved emails as ‘Read in Outlook’. The default value is True.
Only Unread Emails Boolean Value. Select this option to retrieve only unread emails. The default value is True.
Top Number of Emails The number of messages that must be retrieved starting from the top of the list.
Output Emails The retrieved messages as a collection of emails objects. Stored in<List<Mail>>.
Response Code Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.