![]() |
How to hide pstStore
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 |
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 |
How to hide pstStore
Brian Tillman;111456 Wrote: Hide it where, in Windows or in Outlook? If it's on the person's computer, that person can see it. Thanks for reply, Hide it in Outlook.I have to create new folder in this store and add some mail into this folder, do some processing on the mail.So I have created new store. Everything is working using new store but only this store can see by end user. How can I hide new store? Thanks, -- http://forums.slipstick.com |
How to hide pstStore
;111702 Wrote: Thanks for reply, Hide it in Outlook.I have to create new folder in this store and add some mail into this folder, do some processing on the mail.So I have created new store. Everything is working using new store but only this store can see by end user. How can I hide new store? Thanks, Hi all, my problem has resolved. I have created new instance of RDOsession and called LogOnPstStore - it has created new temporary profile and add add specified pstStore in it.This store is not visible in outlook. Thanks. -- http://forums.slipstick.com |
All times are GMT +1. The time now is 12:25 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com