Here's an example for how to loop through folders:
http://www.vboffice.net/sample.html?mnu=2&pub=6&lang=en&smp=12&cmd=showitem
You'd just need the first procedure, it's not necessary to call LoopItems.
After the For Each Folder line, call Debug.Print Folder.Name, which prints
the folder's name into the debug window (ctrl+g).
When you're done, copy the content of the debug window, paste it into any
text editor and copy.
--
Best regards
Michael Bauer - MVP Outlook
: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <
http://www.vboffice.net/product.html?pub=6&lang=en>
Am Mon, 3 Aug 2009 04:47:01 -0700 schrieb Rodbow: