Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   How to hide pstStore (http://www.outlookbanter.com/add-ins-outlook/98572-how-hide-pststore.html)

[email protected] January 4th 10 01:56 PM

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


Dmitry Streblechenko January 4th 10 04:37 PM

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




Brian Tillman[_2_] January 4th 10 04:42 PM

How to hide pstStore
 

;111362 Wrote:
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.


--
Brian Tillman

Brian Tillman [MVP-Outlook]

--
http://forums.slipstick.com


[email protected] January 5th 10 04:36 AM

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


[email protected] January 6th 10 06:41 AM

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