Count the number of emails every day in Outlook 2003?

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?

+3
source share
1 answer

You can write an Outlook add-in that will do the job for you. it's very easy to write Add using Visual Studio Tools for Office ( VSTO ).

+3
source

Source: https://habr.com/ru/post/1743551/


All Articles