The project that I am working on is required to monitor an email account for new messages. I am free to decide the formatting of these messages so that it will be easier to parse the information contained in them. (like [Request code: xxxxxxxxx])
Based on request codes, I need to send an email response to the original sender. I haven't done anything like that before. Please can you suggest any scheme/API/library/code snippet?
I am using:
- Microsoft exchange server (email will be received on an email account of this server)
- Visual Studio 2008 (C#)