Hi @Thomas Bergheim , Microsoft Graph API supports getting messages from logged in user mailboxes by requesting GET /me/messages or
GET /users/{id | userPrincipalName}/messages endpoint. Also supports optional query parameters.
Here is the documentation for your reference.
After the request, the return value contains the message id and weblink.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.