Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Outlook Folder Browse Dialog?

I'm hoping someone could help me with a quick point in the right direction. ALL I NEED is the Outlook folder browser dialog call. I am developing some plugins for Outlook using C# and this is a crucial part for both plugins. Hopefully, it is like a standard DialogResult that passes back folder information (selected folder) so that I can use this info for further processing. Can anyone help me? Thanks in advance.

like image 801
Ike Avatar asked Mar 22 '10 13:03

Ike


1 Answers

You're looking for the PickFolder method.

like image 91
SLaks Avatar answered Oct 13 '22 01:10

SLaks