receive emails in a .NET service (C#)

Posted by Jean Azzopardi on Stack Overflow See other posts from Stack Overflow or by Jean Azzopardi
Published on 2009-02-18T22:03:05Z Indexed on 2010/03/25 12:13 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

Hi, this is my first posting on stackoverflow, so don't flame me too much ;)

I'm building a service that's monitoring devices and should be able to receive emails from users, parse them and take action accordingly. It should also be able to send emails about the status of the devices, etc.

I'll be using Windows.Live email, and as I said, a .NET service that should be able to send/recieve emails. I am wondering what kind of system would I need to cater for receiving the emails, as I already know how to send them via the System.net.Mail API.

Thanks.

EDIT : Thanks for your comments everybody, I'm looking forward to implementing this system and asking more questions on this rather excellent site.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#