View Single Post
  #2  
Old January 4th 10, 04:37 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How to hide pstStore

RDOSession.Stores.AddPstStore will add teh specified PST store to the
current profile.
If you only need to read items from the PST store, create a new instance of
teh RDOSession obejct and call RDOSession.LogonPstStore - it will create
(and delete) a new temporary profile with only the specified store in it. No
existing profiles will be affected.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
" nitwalkegmail.com.449p9y@invalid wrote in message
news:nitwalkegmail.com.449p9y@invalid...

Hi all,

I have programmatically created new pstStore. This pstStore is visible
to end user. How can hide this pstStore. Addin is on Outlook 2003 in C#.

_pstStore = oSession.Stores.AddPSTStore(....,...,...);

Thanks,

Regards,
Nitin


--

http://forums.slipstick.com



Ads