Hi,
I would like to know if there is any way I could show the user, from
an Outlook add-in, a window for folder selection, like that which
appears when you have an e-mail selected, and choose from the menu
'Edit/Move to Folder'. Is there any way I can do this automatically,
or do I have to do it by hand (and if so, how do I get the specific
icon for each folder?)
Thanks,
Doru
Sue Mosher [MVP-Outlook] - 28 Jul 2004 13:24 GMT
Take a look at the Namespace.PickFolder method.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks,
> Doru
dorutzu - 31 Jul 2004 18:48 GMT
Thank you (again)! This is exactly what I needed!