Get Mail
Retrieves Outlook mail messages.
Last updated
Retrieves Outlook mail messages.
Last updated
This activity retrieves email messages that match the given criteria from a user-specified mailbox using the Microsoft Graph Get Message and List Messages APIs.
Connection Id: Specifies the office 365 connection id.
Account: Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.
Mail Folder: Specifies the mail folder from which the messages are retrieved.
Get As Html:
True
- The activity will return the message body in Html format.
False
- The message body will be returned in Text format.
Mark As Read:
True
- The activity will mark the retrieved messages as reads.
False
- The retrieved messages will remain unread.
Only Unread Messages:
True
- The activity will retrieve only unread messages.
False
- The activity retrieves all read and unread messages.
Filter Query: Specifies the query used for filtering the emails that are to be retrieved. The query input can be given using the OData query parameter. For example: "subject eq 'Test Subject'".
Limit: Specifies the maximum number of emails to be retrieved. By default, the value is set to 5.
Result: The output is an array that stores all emails retrieved from the user's mailbox as .