Select a folder in Outlook (in code)

  • Thread starter Thread starter Koen Verwimp
  • Start date Start date
K

Koen Verwimp

Hey,

Is it possible to simulate "clicking a folder" programmatically.
I'm using VSTO C# .net.

Thank you,
Koen Verwimp
 
Get the folder you want to become the current folder then use the
ActiveExplorer().CurrentFolder property to set the folder in the
ActiveExplorer. That object property takes a MAPIFolder object.
 
Thanks !!

Ken Slovak - said:
Get the folder you want to become the current folder then use the
ActiveExplorer().CurrentFolder property to set the folder in the
ActiveExplorer. That object property takes a MAPIFolder object.
 
Back
Top