Count of number of messages & attachments >1MB

I have been asked to produce a report that lists the number of mail messages and messages over 1MB in each user’s mail file. They’re not concerned with calendar items, just mail messages…so anything that involves the mail form.

I’m thinking that it would involve an agent running and then sending that information to another database to collect all of the info.

Has anyone done this or have any idea as to how I could go about writing the agent?

Thanks so much!

Subject: Count of number of messages & attachments >1MB

Agent FAQ (“Out of inbox” article) has an example of agent that would give you a good start on how to do this.

Subject: Count of number of messages & attachments >1MB

Build a view in the template and roll it out. Then in PostOpen you can do the sending of statistics to a central location.