How do I print a list of my E-mail folders?

  • Follow


I need to print a list of my e-mail folders.
0
Reply Utf 4/28/2010 4:54:01 PM

"AHD23" <AHD23@discussions.microsoft.com> wrote in message 
news:5BFD12CA-5D55-4376-AF9C-58703042577D@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] 

0
Reply Brian 4/28/2010 5:53:30 PM



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@discussions.microsoft.com> wrote in message 
> news:5BFD12CA-5D55-4376-AF9C-58703042577D@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.
0
Reply Michael 4/29/2010 9:50:09 AM

2 Replies
630 Views

(page loaded in 0.495 seconds)

Similiar Articles:
















7/15/2012 7:26:17 AM


Reply: