I get a bunch of incoming e-mails containing error information from an ASP.NET web application. Each e-mail represents a specific exception thrown in the application. The exception is contained within the e-mail body.
I need my mail client, Outlook 2007, to notify me when an e-mail with a body containing a specific exception is received.
How can I accomplish this?

