How to hide pstStore

Status
Not open for further replies.
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
 
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)

-

"nitwalke@gmail.com" <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

> > nitwalke@gmail.com
> >
 
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(....,...,...);





Hide it where, in Windows or in Outlook? If it's on the person's computer, that person can see it.
 
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,
 
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.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
J Hide/disable "Groups", "Shared Calendars" Using Outlook 2
D hide messege issue Using Outlook 1
J Outlook 2007 Hide Messages Option not Available Using Outlook 2
N How to disable shortcuts for Pilcrow in Outlook (Show or hide paragraph marks) Using Outlook 0
A Possible to hide ribbon with custom appointment form? Outlook VBA and Custom Forms 3
D Disable or hide "reply" and "reply to all" and "forward" in email from access vba Outlook VBA and Custom Forms 1
K BCM hide subfolders BCM (Business Contact Manager) 1
oliv- HIDE ITEM Outlook VBA and Custom Forms 3
S Hide Timestamp from deleyed message Using Outlook 4
I Outlook 2010 - Remove or Hide Suggested Contact Folders Using Outlook 1
K Hide Default Folders in PST Using Outlook 2
F Hide calendars from shared mailboxes Using Outlook 2
J Ho do I hide the week number on the Calendar Printing Assistant template Using Outlook 4
S Hide Folders in Outlook 2007 (IMAP) Using Outlook 5
C How do I hide distribution list from global contacts for certain users? Exchange Server Administration 1
T Is it possible to hide a mailbox but still send on the behalf of. Exchange Server Administration 1
H Outlook 2007 - hide completed tasks from Outlook Today -Solution Using Outlook 2
N Appointment Body on Custom Page 2- Hide Default Page Outlook VBA and Custom Forms 2
H Hide attachment... Outlook VBA and Custom Forms 3
S hide details of appointments in calendar Using Outlook 8
M hide outlook to system tray Outlook VBA and Custom Forms 1
E Can I hide an explorer or make an explorer modal Outlook VBA and Custom Forms 2
E Can I hide an explorer or make an explorer modal Outlook VBA and Custom Forms 2
J How to hide/disable send button in Outlook 2007 Outlook VBA and Custom Forms 1
J How to hide/disable send button in Outlook 2007 Outlook VBA and Custom Forms 2
J How to hide/disable send button in Outlook 2007 Outlook VBA and Custom Forms 1
C Re: Hide BCM toolbar BCM (Business Contact Manager) 1
T How do I hide/unhide folders in outlook inbox? BCM (Business Contact Manager) 1

Similar threads

Back
Top