List User Messages in Mailbox
Finds messages in a user's mailbox.
Body
The Microsoft Graph user id or userPrincipalName for the mailbox whose folder messages should be listed. Use the Entra user id when the mail address differs from the userPrincipalName.
Maximum number of messages to return.
Optional Microsoft Graph $orderby expression. Use sentDateTime desc for sentitems and receivedDateTime desc for inbox.
Comma-separated Microsoft Graph message fields to return.
Optional Microsoft Graph $expand expression. The default returns attachment metadata including isInline so inline images can be counted.
Optional Microsoft Graph OData filter expression.
Maximum number of rows to return.
Number of rows to skip.
Comma-separated response fields to include.