A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to hide pstStore



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 4th 10, 02:56 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 15
Default 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

Ads
  #2  
Old January 4th 10, 05: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



  #4  
Old January 5th 10, 05:36 AM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 15
Default 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

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 01:12 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-2025 Outlook Banter.
The comments are property of their posters.