CreateStoreEntryID = E_FAIL ?

  • Thread starter Thread starter F C
  • Start date Start date
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.
 
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
 
Back
Top