I need to Write a Programm in C# which can print Email-Attechments from Mail from Pop3-Mailbox. But i dont know how i can connect to a Pop3-Server.
Asked
Active
Viewed 536 times
-3
-
A Google search for "C# read pop3 email" seems to find some useful examples and libraries. – David Aug 17 '15 at 13:34
-
You can try searching before writing a question. Try This one: http://stackoverflow.com/a/8607776/673707 – Helio Aug 17 '15 at 13:35
-
Well, http://www.codeproject.com/Articles/6062/A-POP-Client-in-C-NET – Clive DM Aug 17 '15 at 13:37
-
possible duplicate of [C# POP3 protocol solution](http://stackoverflow.com/questions/4336978/c-sharp-pop3-protocol-solution) – Shnugo Aug 17 '15 at 13:45