Outlook 加载项 REST API 弃用
Outlook Add-in REST API deprecation
我们正在 office.js JavaScript library and sending the token to the web application to retrieve them from EWS (~/EWS/Exchange.asmx
) using SOAP request similar to the approach shown in https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/get-attachments-of-an-outlook-item
中使用来自 getCallbackTokenAsync
的 oAuth 令牌检索电子邮件和附件
- 任何人都可以确认 Outlook Rest API 2.0 的弃用不会影响现有功能。我是 Outlook 加载项开发的新手,文档似乎太多了,难以消化。
https://devblogs.microsoft.com/microsoft365dev/outlook-rest-api-v2-0-deprecation-notice/
- 我们是否需要在任何地方注册加载项,或者专门针对
getCallbackTokenAsync
检索令牌的方法或发出 SOAP 请求下载附件的加载项提供任何权限。
EWS 对于 Outlook web add-ins 保持不变。请确保您没有为 getCallbackTokenAsync
调用使用 isRest
选项。
看看最近 Office add-ins community call 对此问题进行了深入讨论。这是其他人的屏幕截图:
我们正在 office.js JavaScript library and sending the token to the web application to retrieve them from EWS (~/EWS/Exchange.asmx
) using SOAP request similar to the approach shown in https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/get-attachments-of-an-outlook-item
getCallbackTokenAsync
的 oAuth 令牌检索电子邮件和附件
- 任何人都可以确认 Outlook Rest API 2.0 的弃用不会影响现有功能。我是 Outlook 加载项开发的新手,文档似乎太多了,难以消化。
https://devblogs.microsoft.com/microsoft365dev/outlook-rest-api-v2-0-deprecation-notice/
- 我们是否需要在任何地方注册加载项,或者专门针对
getCallbackTokenAsync
检索令牌的方法或发出 SOAP 请求下载附件的加载项提供任何权限。
EWS 对于 Outlook web add-ins 保持不变。请确保您没有为 getCallbackTokenAsync
调用使用 isRest
选项。
看看最近 Office add-ins community call 对此问题进行了深入讨论。这是其他人的屏幕截图: