List New Messages
Lists all new messages in the signed in user's mailbox after a certain date. Please note that this action is supported only for the delegated (OAuth) method.
External Documentation
To learn more, visit the Microsoft Outlook documentation.
Parameters
Parameter | Description |
---|---|
From Date | Date from which to show all new messages. |
Order By | Order the results by one or more properties and their correlating directions. Example: receivedDateTime desc |
Example Output
[
{
"id": "AAMkAGI5YWQ0M2ZmLWNlYjUtNDMzYy1iYTA4LWQzYjBhNTNmZDJiNQBGAAAAAABBNkWypje1R6hC6oIBmnWtBwBE-FMrH6NyT5Skciou58geAAAAAAEMAABE-FMrH6NyT5Skciou58geAAAC5meoAAA=",
"createdDateTime": "2022-10-29T06:44:51Z",
"subject": "Next message in list",
"sender": {
"emailAddress": {
"name": "Email At Blinkops",
"address": "mail@blinkops.com"
}
}
}
]
Workflow Library Example
List New Messages with Microsoft Outlook and Send Results Via Email
Preview this Workflow on desktop