Office 365 API General API Mailboxes

Is it possible to somehow access shared mailboxes in Office 365 through an API? Microsoft Graph does not seem to provide a solution. Can anyone suggest anything other than using PowerShell?

+4
source share
1 answer

Shared mailboxes can be accessed using the Exchange Online Web Services (EWS) in PowerShell. here is an example of how to do this:

https://sites.utexas.edu/glenmark/2014/04/30/exchange-online-mailbox-access-from-powershell-via-rest/

Hope this helps.

0
source

Source: https://habr.com/ru/post/1629056/


All Articles