是否可以列出用户可以使用Outlook Web API或Graph API访问的共享邮箱?
说用户 user@whatnot.com 有权访问共享邮箱 share1@whatnot.com 和 share2@whatnot.com ,我会想获得 share1@whatnot.com 和 share2@whatnot.com 。
答案 0 :(得分:0)
您可以使用Microsoft Graph API访问共享邮箱。
您可以使用此请求进行操作
GET users/{userId | userPrincipalName}/mailfolders('Inbox')/messages
https://docs.microsoft.com/en-us/graph/outlook-share-messages-folders