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

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

Dmitry Streblechenko

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
 
J

Jill

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?
 
D

Dmitry Streblechenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top