That's what I figured, thanks.
Do you know where I can find the icons that would match the ones in
Outlook's folder hierarchy. I did a search for ICO files on my machine, but
they weren't the same. I suppose the icons are embedded resources in
Outlook's EXE file that can't be easily extracted.
"Ken Slovak - [MVP - Outlook]" wrote in message
...
If you don't want to use PickFolder then you would have to construct the
folder tree from scratch.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Craig Buchanan" wrote in message
...
I was hoping to embed the Outlook folder heirarchy on a form in my addin.
this would be the same hierarchy that is available using
Me.Application.GetNamespace("MAPI").PickFolder .
Is available natively or will I need to build my own?
Thanks,
Craig Buchanan