How do you initialize RDOSession? Do you call RDOSession.LOgon? If you already have a pointer to Outlook.Application, have yo utried to set RDOSession.MAPIOBJECT to Application.Session.MAPIOBJECT insterad of calling Logon?
-- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Bert_Bert" <BertBert[ at ]discussions.microsoft.com> wrote in message news:25595269-21D8-45C4-9E23-A6802156F3E3[ at ]microsoft.com...
[Quoted Text] > 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. > >
|