Outlook - 0×8004010F 访问已安装的邮箱时抛出错误

发布于 2024-10-09 01:49:03 字数 85 浏览 9 评论 0原文

0×8004010F 一个用户在outlook中访问另一挂载用户的邮箱时抛出错误。除了禁用缓存交换模式之外,可能的解决方案是什么?使用VSTO并用C#实现。

0×8004010F Error is thrown when one user access the mailbox of another mounted user in outlook. What could be the possible resolution for this, other than disabling cached exchange mode? VSTO is used and the implementation is in C#.

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

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

发布评论

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

评论(3

爱的十字路口 2024-10-16 01:49:03

问题在于我们处理 COM 对象的方式。无意中,我们在特殊情况下将 Outlook 共享的 COM 对象设置为空。修好了。

感谢您的回复。

The issue was with the way we were handling the COM object. Inadvertently, We made the COM Object, which is shared by Outlook, null on the exceptional cases. Fixed it.

Thanks for response.

掩于岁月 2024-10-16 01:49:03

我在这里找到了解决此错误的绝佳解决方案: 交换错误 0x8004010f

I have found excellent solution for this error, here: Exchange Error 0x8004010f

小忆控 2024-10-16 01:49:03

错误是 MAPI_E_NOT_FOUND。
您的哪一行代码引发了该错误?

The error is MAPI_E_NOT_FOUND.
What line of your code throws that error?

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