I have a requirement to write an application which will allow users to run selected scripts when a mail with a certain subject is received from a certain address. Basically the application should monitor mail arriving in the outlook (Exchange server 2007). How can it be done? Any idea would be helpful.
Basically, I need to keep track of the New Mail event and retrieve the sender and mail subject details to my .NET application.
[To be implemented in .NET]