Here's an example for how to loop through folders:
http://www.vboffice.net/en/developers/looping-recursively-through-folders-and-subfolders
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
Am Mon, 3 Aug 2009 04:47:01 -0700 schrieb Rodbow:
> I need to catalogue the folders/sf in the Inbox for workload
accountability.
> If individual entries - just the subject line could be included, this
would
> be even better.