Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

read email Using Pop3 client on asp.net web page

Tags:

c#

email

pop3

I want to read Emails through pop3. On my asp.net web page how to do let me know,

which control should I use for showing email?

like image 771
leton Avatar asked Apr 16 '10 09:04

leton


1 Answers

Here are a couple of libraries allowing you to retrieve messages from a POP3 server:

  • C#Mail
  • OpenPop
  • Pop3.Net
  • CodeProject article
like image 108
Darin Dimitrov Avatar answered Oct 19 '22 11:10

Darin Dimitrov