Gopal
Gopal

Reputation: 1452

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

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

Upvotes: 4

Views: 2289

Answers (3)

Kelvin
Kelvin

Reputation: 11

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

Upvotes: 1

Gopal
Gopal

Reputation: 1452

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.

Upvotes: 1

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66245

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

Upvotes: 0

Related Questions