Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all
I want source code for unread mail from email in .net application using pop3 client with example.
Posted
Updated 4-Sep-11 21:05pm
v2

 
Share this answer
 
Its not possible because the POP3 protocol does not have any knowledge of unread emails on the server. That information is never presented in the protocol.

You can find more info here[^].

If you want to develop POP3 client you can use open source libraries like

http://hpop.sourceforge.net/[^]

C# Mail[^]

Open POP[^]

Read this article on CP[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900