selecting outlook tree items?

  • Thread starter Thread starter WLAN
  • Start date Start date
W

WLAN

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?
 
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.
 
Back
Top