Reputation: 63
Is it possible to access shared mailbox using graphs?
I would like access shared mailbox mail folders using graphs.
Upvotes: 6
Views: 13472
Reputation: 316
Simply treat it as any other user:
https://graph.microsoft.com/v1.0/users/[email protected]/messages
Make sure you have the right permissions set (Mail.Read.Shared)
Upvotes: 14