小编pet*_*x13的帖子

访问Office365中的Exchange CustomAttribute1

假设我们已经在Exchange Online(Office365)服务中创建了一个新邮箱,并CustomAttribute1使用以下命令设置了该邮箱的“ ”:

Get-Mailbox | Set-Mailbox -CustomAttribute1 'Some value'.
Run Code Online (Sandbox Code Playgroud)

是否有暴露那些“ CustomAttribute1,...,CustomAttribute15”的API ?我尝试了EWS,Microsoft Graph,AAD Graph API的许多选项,但均未成功。

我发现的与这些属性相关的唯一建议涉及在权限AD和AAD之间进行同步的情况(例如:https ://docs.microsoft.com/zh-cn/azure/active-directory/connect/ active-directory-aadconnectsync-feature-directory-extensions),但我创建的帐户是纯在线帐户。

exchange-server exchangewebservices office365 azure-active-directory microsoft-graph

5
推荐指数
1
解决办法
565
查看次数