![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() 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 |
#2
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]() 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 |
#5
|
|||
|
|||
![]() ;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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
hide my name | fred | Outlook - General Queries | 6 | April 23rd 08 03:23 PM |
hide addresses | duckie | Outlook - General Queries | 1 | October 19th 07 04:05 PM |
hide tab | Joel Allen | Outlook - Using Forms | 1 | September 21st 06 01:25 PM |
hide tab | Joel Allen | Outlook - Using Forms | 0 | September 21st 06 12:19 AM |
How-to hide some contacts ? | Nicolas PIEROT | Outlook - Using Contacts | 0 | July 20th 06 05:39 PM |