How can I receive mail using C#?
- by John
I need an open source C# program that can receive SMTP messages and save them in a class (and sends mail, but this is optional since I found a lot of those)
Does this program use SMTP or POP3 to receive mail?