-3

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.

KevDog
  • 5,763
  • 9
  • 42
  • 73
KevinH95
  • 1
  • 4
  • 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

1 Answers1

0

As @David example1 example2

Use Googgle for it, and when you will have new questions- write to SO.

user2545071
  • 1,408
  • 2
  • 24
  • 46