B
Bert_Bert
Please could someone help me to find a workaround to pick folder ?
After I compile DLL in VB6 for Outlook 2003EN and run it at offline mode,
when user clicks button that fires
ses.Pickfolder
of Redemption Session, the following error displays:
Run-time error '-2147221219 (8004011d)':
Error in MAPISession::OpenMsgStore: 0x8004011D
Error: The information store could not be opened.
Component: MAPI 1.0
The different offline replica at my developping machine (looks at the same
mailbox but more historically) throws no error.
Also problematic machine, when logged in online, the Pickfolder normally
works fine.
I tried also Outlook namespace.Pickfolder, then to remember .EntryID +
StoreID and then for my Redemption session to use .GetFolderFromID but it
tells that the folder with my ID does not exists, perhaps not being
persistent.
Any hint how to workaround my trouble welcome.
After I compile DLL in VB6 for Outlook 2003EN and run it at offline mode,
when user clicks button that fires
ses.Pickfolder
of Redemption Session, the following error displays:
Run-time error '-2147221219 (8004011d)':
Error in MAPISession::OpenMsgStore: 0x8004011D
Error: The information store could not be opened.
Component: MAPI 1.0
The different offline replica at my developping machine (looks at the same
mailbox but more historically) throws no error.
Also problematic machine, when logged in online, the Pickfolder normally
works fine.
I tried also Outlook namespace.Pickfolder, then to remember .EntryID +
StoreID and then for my Redemption session to use .GetFolderFromID but it
tells that the folder with my ID does not exists, perhaps not being
persistent.
Any hint how to workaround my trouble welcome.