Hi,
I am trying to write an asp.net application which will read incoming and outgoing emails from an exchange server and log that into a database and based on the captured info come up with stats like
- last 10 in/out emails
- Amount of send/receive email in last hour
- Largest email senders/receivers
and other such info. So far I have looked into the possible of reading this info from power shell commands and by directly reading the exchange message tracking log, but I wonder if there is an even better way of doing this. I would appreciate you someone can guide me in the right direction of doing this type of work.
Regards,
Hunaid