CreateStoreEntryID = E_FAIL ?

F

F C

With not many clues.

ServerDN is ansi, the same displayed by OutlookSpy.
MailboxDN is PR_EMAIL_ADDRESS, ansi.



But my prog does not behave like OutlookSpy.
When I do pMessageStore->QueryInterface (IID_IExchangeManageStore ...), I
have immediately S_OK (and a function pointer)

When I click on IMsg / IExchangeManageStore on outllokSpy, I have some time
to wait, then a messageBox "Errors returned" MAPI_E_NETWORK_ERROR, and only
then I have the IExchangeManageStoreDialog.

At this point with Outlookspy, all is OK with
Address/CreateStoreEntryID/OpenMsgStore.


Thanks for help.
 
D

Dmitry Streblechenko \(MVP\)

OutlookSpy also tries to open the mailbox and public folders tables, those
are the failing calls unless you are an admin.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
F

F C

I had to add "/cn=Microsoft Private MDB" to the server DN.

Now, I can go a bit further...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top