Office 365 共享邮箱 API

Office 365 Shared mailboxes API

是否可以通过 API 以某种方式访问​​ Office 365 中的共享邮箱? Microsoft Graph 似乎没有提供解决方案。 除了使用 PowerShell 之外,还有其他建议吗?

您可以在 PowerShell 中使用 Exchange Online Web 服务 (EWS) 访问共享邮箱。这是有关如何执行此操作的示例:

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

希望对您有所帮助。