From: AHD23 on
I need to print a list of my e-mail folders.
From: Brian Tillman [MVP-Outlook] on
"AHD23" <AHD23(a)discussions.microsoft.com> wrote in message
news:5BFD12CA-5D55-4376-AF9C-58703042577D(a)microsoft.com...

>I need to print a list of my e-mail folders.

I don't believe there's a way to do that, except as a screen shot.
--
Brian Tillman [MVP-Outlook]

From: Michael Bauer [MVP - Outlook] on


This might be a workaround for you:
http://www.vboffice.net/sample.html?mnu=2&smp=12&cmd=showitem&lang=en

In example #1, replace the line

LoopItems Folder.Items

by

Debug.Print Folder.Name

After running the code, press ctrl+g. That window now lists all of the
names. You can copy it, paste into a Word document, and print that.

--
Best regards
Michael Bauer - MVP Outlook
Category Manager - Manage and share your categories:
SAM - The Sending Account Manager:
<http://www.vboffice.net/product.html?lang=en>


Am Wed, 28 Apr 2010 13:53:30 -0400 schrieb Brian Tillman [MVP-Outlook]:

> "AHD23" <AHD23(a)discussions.microsoft.com> wrote in message
> news:5BFD12CA-5D55-4376-AF9C-58703042577D(a)microsoft.com...
>
>>I need to print a list of my e-mail folders.
>
> I don't believe there's a way to do that, except as a screen shot.