作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们使用 Outlook REST API 和 Azure AD 身份验证来访问我们用户的邮箱。 documentation推荐使用 x-AnchorMailbox
标题以优化性能:
For optimal performance when using the new Outlook REST endpoint, add an x-AnchorMailbox header for every request and set it to the user's email address. For example: x-AnchorMailbox:john@contoso.com
EmailAddress
,这可能是模棱两可的。
最佳答案
您应该将其设置为 EmailAddress
用户的属性(从 API 的 /Me
端点获取。
关于office365 - 使用 Office 365 REST API 时,在 X-AnchorMailbox header 的 UpnName 和 SmtpAddress 之间进行选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41857993/
我正在为应用程序中预先存在的/正在运行的方法编写一些单元测试,该应用程序通过以下方式从给定的证书中收集用户主体名称 var upnName = currentUserCert.GetNameInfo(
我们使用 Outlook REST API 和 Azure AD 身份验证来访问我们用户的邮箱。 documentation推荐使用 x-AnchorMailbox标题以优化性能: For optim
我是一名优秀的程序员,十分优秀!