Can I open an InfoStore without it showing in the Folders List window?

  • Thread starter Thread starter Jill
  • Start date Start date
J

Jill

Is it possible for my code to open and acess and infostore (in the form
of a PST file) with out the Infostore showing up in the Folders List
pane of Outlook? I am using Visual Basic and the CDO library.
 
Not for a PST store. Or you can open a separate MAPI session using Extended
MAPI or CDO which can include the PST store.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Then is it possible to open a seperate CDO sessio without needing the
username/password? My code currently runs using the current outlook
session. Can I use this session to start another session, or would
that require prompting the user for his username/passowrd?
 
CDO never requires a user name/password. It does take the name of the
profile, which can be a separate profile configured to use the PST file.

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