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

G

Guest

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

Michael Bauer

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.
 

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

Top