views:

42

answers:

1

Hello there,

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.

+2  A: 

You're looking for the PickFolder method.

SLaks
Thank you! I will try this out....
Ike