1

I need to read data from the server via the POP3 protocol, and then put them into the database. I work with .NET, win forms, C# language.

What is the best way to do it?

tanasi
  • 1,804
  • 6
  • 37
  • 53

2 Answers2

1

There isn't any built in pop3 feature in .net, only smtp outgoing.

There are several pop3 controls out there which you can purchase / download.

There are tons of results in Google that solve this problem:

It depends if you are willing to spend money or want it free.

rtpHarry
  • 13,019
  • 4
  • 43
  • 64
0

you can use OpenPop.NET from NuGet.

https://www.nuget.org/packages/OpenPop.NET/ http://hpop.sourceforge.net/