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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can i create a summary of email counts in each outlook folder and send a
status report recurring every week.
 
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.
 
Back
Top