0

Possible Duplicate:
Reading Email using Pop3 in C#

How can I fetch/download all email (preferably as MailMessage) via POP3 from a mailserver using C#?

Community
  • 1
  • 1
Alex
  • 75,813
  • 86
  • 255
  • 348

1 Answers1

0

.NET BCL does not have POP3 client class built in so you'd have to search for a third-party one. See this for a list of those.

Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288