Get Selected Folder

Add-in Express™ Support Service
That's what is more important than anything else

Get Selected Folder
 
Gary Cox




Posts: 8
Joined: 2006-10-30
How do you get the Selected Folder in Outlook?

Something that would be like:
Outlook.MAPIFolder selFolder = OutlookApp.GetSelectedFolder();

I know that method does not exist, this is just for example.
Posted 04 Dec, 2006 19:16:25 Top
Gary Cox




Posts: 8
Joined: 2006-10-30
Nevermind, I figured it out..

Outlook.MAPIFolder selFolder = OutlookApp.ActiveExplorer().CurrentFolder;

Thanks,
Gary Cox
Posted 04 Dec, 2006 19:44:45 Top