Count the number of emails each day in Outlook 2003?

Posted by Mat Nadrofsky on Stack Overflow See other posts from Stack Overflow or by Mat Nadrofsky
Published on 2010-04-30T18:01:56Z Indexed on 2010/04/30 18:07 UTC
Read the original article Hit count: 164

Filed under:
|
|
|

This is for a little pet project of mine.

I want to write a program that does some email analytics and tells you the number of emails coming in and out each day, as well as your percentages. Really, all I need to do to kick this off is write a .Net app that can talk with Outlook and count the number of messages received and sent for give dates.

Before I got too deep into this, I figured I'd poll the group and see if there is a particular approach I should follow when starting something like this. Any thoughts?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#