outlook 2003 folder properties

  • Thread starter Thread starter shan
  • Start date Start date
S

shan

I would like to show the number of items in folder but don't wan tto change
the properties on each of my folders individually. Is there a way to change
the properties to show number of items in each folder all at once?
 
You can do that with VBA. Here's a sample you can adapt:
http://www.vboffice.net/sample.html?pub=6&lang=en&smp=57&cmd=showitem

In the function LoopFolders replace
Set Application.ActiveExplorer.CurrentFolder = F
by
F.ShowItemCount=olShowTotalItemCount

--
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 Wed, 1 Apr 2009 09:38:11 -0700 schrieb shan:
 
I would like to show the number of items in folder but don't wan tto change
the properties on each of my folders individually. Is there a way to change
the properties to show number of items in each folder all at once?

Can't you just examine the Status bar at the bottom of the window? The total
item count should be there, in the lower left corner.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top