Tracking the messages in Outlook
Hi,
I'm new to the world of JavaMail. I do not know what exactly Java mail does. I was just browsing to find out if there is any Java project that can be used to work with Microsoft Outlook. Earlier I used Jakarta's POI to work with Microsoft excel. Jakarta also has another project for Microsoft Word.
Basically, I want to track the messages in Outlook. I have to generate a report that contains how many messages are received from a particular person during a particular period.
Is this possible with JavaMail?

