Data Providers
...
MS Graph
Graph Mail
Get list messages
5min
Get a list of emails for a user in Microsoft Graph using a GET REST function and displaying the emails in a list . Press on an email to view the content of the email.
Resource links:
Required OAuth scope (least to most privilege):
Mail.ReadBasic Mail.ReadWrite Mail.Read
List messages
MS Graph list messages function in GitHub.
MS Graph messages in GitHub.