On Fri, 2009-04-17 at 17:33 +0200, Rameez Khan wrote: > If the folder that I want to open is not empty, my code proceeds to > OpenFolder and there i get the same error > > OpenFolder : MAPI_E_NOT_FOUND (0x8004010F) > > I am trying to open my testone user mailbox from my admistrative user > rights account for the exchange server. I have checked the code by > changing char testone[8] = "testone"; to char testone[8] = > "administrator"; The default user id, it works fine. > > I hope, I am able to state my problem a little more clearly. > > Kind regards, > > Khan, Muhammad Rameez.
Hi Rameez, Looks to me like a permission problem only. You gave permissions for some folder, but didn't propagate them to the whole subtree. The error message is - I agree - a bit confusing and does not match the above explanation. However it is the first thing that come up to my mind at the moment. (This issue looks familiar). Administrator != All user mailbox access Can you give a quick test with Outlook to confirm or not the above statements? Cheers, Julien. -- Julien Kerihuel [email protected] OpenChange Project Manager GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
