This is for my small favorite project.
I want to write a program that does some email analytics and tells you the number of incoming and outgoing emails every day, as well as your interest. In fact, all I have to do to write this is to write a .Net application that can talk to Outlook and count the number of messages sent and received for date dates.
Before I delved into this, I thought that I would interview the groups and see if there was any specific approach that I should follow when I started something like that. Any thoughts?
source
share