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?
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?
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.
you can use OpenPop.NET from NuGet.
https://www.nuget.org/packages/OpenPop.NET/ http://hpop.sourceforge.net/