View Single Post
  #2  
Old November 17th 08, 08:17 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default selecting outlook tree items?

If I understand your question get the folder you want to navigate to as a
MAPIFolder object and then set ActiveExplorer.CurrentFolder to that
MAPIFolder object. That will make that folder the current folder in the
display.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"WLAN" wrote in message
...
Hello,

I have a requirement where i need to select a tree view item in Outlook.
My
outlook client shows mail box of the user, .PST file, custom store etc.

When user selects an item in Inbox, i need to navigate and select a folder
in tree view.

Is it possible?


Ads