救赎库支持MS Outlook 365?

发布于 2025-01-25 12:33:28 字数 47 浏览 3 评论 0原文

想确认赎回库是否支持Microsoft Outlook 365,有人可以确认吗?

Would like to confirm if the Redemption library supports Microsoft Outlook 365, can someone plz confirm.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

落花浅忆 2025-02-01 12:33:28

是的,M365得到了完全支持。但是请记住,rdosession.logonhostedexchangemailbox假定启用了基本身份验证。它也可以使用Oauth Toke(将用户名留为空并传递OAuth令牌代替密码参数),但是如何获得该令牌是另一回事 - 您无法直接从Office 365获得令牌:所需的范围。由MSEMS MAPI提供商无法从您的房客注册的常规应用程序请求。它们特定于Outlook。

如果您的代码在Outlook(COM ADDIN或VBA)中运行,则只需将rdosession.mapiobject参数设置为namespace.mapiobjec t rom oom的 t不管配置文件正在使用哪种邮箱,Outlook使用了同一会话。

Yes, M365 is fully supported. Keep in mind however, that RDOSession.LogonHostedExchangeMailbox assumes Basic authentication is enabled. It can take OAuth toke as well (leave the user name empty and pass the OAuth token in place of the Password parameter), but how you get that token is a different matter - you cannot directly get the token from Office 365: the scopes required by the MSEMS MAPI provider cannot be requested from a regular app registered in your tenant. They are specific to Outlook.

If your code is running inside Outlook (COM addin or VBA), just set the RDOSession.MAPIOBJECT parameter to Namespace.MAPIOBJECT from OOM - that will force Redemption to use the same session used by Outlook, no matter what kind of mailbox the profile is working with.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文