Get Outlook Emails
Retrieves emails from Outlook based on specified filters such as date, sender, and read/unread status.
Note: This operation requires the following permissions on the scopes: Mail.Read, Mail.ReadWrite, Mail.ReadBasic, Mail.ReadBasic.All, Mail.ReadWrite.Shared
Input Concepts
email folder
The email folder from where the emails will be retrieved
outlook email folder
Yes
Output Concepts
email folder's emails
All the emails for the email folder
outlook email
Examples
Retrieve all emails for the specified email folder
Retrieve all emails for the specified email folder whose subject matches the specified one
Retrieve all emails for the specified email folder whose received date is after Feb 25, 2024 12:30 UTC
Retrieve all emails for the specified email folder whose sender matches the specified one
Retrieve all emails for the specified email folder whose read status matches the specified one
Last updated
Was this helpful?