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