开发者

Outlook - 0×8004010F Error thrown on accessing mounted mailbox

开发者 https://www.devze.com 2023-01-31 18:30 出处:网络
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 mod

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#.


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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号