Select a folder in Outlook (in code)

K

Koen Verwimp

Hey,

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

Thank you,
Koen Verwimp
 
K

Ken Slovak - [MVP - Outlook]

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.
 
K

Koen Verwimp

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top