I have a requirement to write an application that will allow users to run selected scripts when mail with a specific subject will be received from a specific address. Basically, the application should track mail arriving in Outlook (Exchange Server 2007). How can I do that? Any idea would be helpful.
Basically, I need to track the New Mail event and retrieve the sender and mail data for my .NET application.
[Will be implemented in .NET]
source
share