Mario Semper
Mario Semper

Reputation: 561

Access shared mailbox via microsoft graph

Is it possible to access a shared mailbox via microsoft graph api v2?

In the documentation https://msdn.microsoft.com/en-us/office/office365/api/mail-rest-operations there is always "me" used in the URLs.

How can i access a shared mailbox via graph API?

Upvotes: 3

Views: 2131

Answers (1)

Mario Semper
Mario Semper

Reputation: 561

Replacing "me" with "users('emailadress-of-the-sharedmailbox')" ist the solution.

Upvotes: 1

Related Questions