PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming how can i auto report the count of email in each outlook folder.

Reply

how can i auto report the count of email in each outlook folder.

 
Thread Tools Rate Thread
Old 13-03-2006, 10:53 PM   #1
=?Utf-8?B?VmluYXkgTWFsbGFwdS4=?=
Guest
 
Posts: n/a
Default how can i auto report the count of email in each outlook folder.


Can i create a summary of email counts in each outlook folder and send a
status report recurring every week.
  Reply With Quote
Old 14-03-2006, 07:12 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: how can i auto report the count of email in each outlook folder.

Am Mon, 13 Mar 2006 14:53:10 -0800 schrieb Vinay Mallapu.:

Yes, you can loop through all folders and read e.g. their Name and
Items.Count properties. Add all the infos into one String, create a mail
with the CreateItem function, place the String into the mail´s Body
property, fill in the recipient and call the Send method.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


> Can i create a summary of email counts in each outlook folder and send a
> status report recurring every week.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off