I want to watch an email account; each email that comes in I want to package up and send to a webservice to process. All these emails will contain xml as the body of the email and I need to extract the xml, map it to a different schema and add it to an httpRequest to send to a url:port for further processing. I will be building the web service as well as the exchange listener.
Also: We are using Exchange Server 2010 Version 14.01.0438.000 and VB.Net the web service will be an asp.net Web Service