Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am creating my own email client application in c# i am facing a problem in mail retrieval, any body help me to solve this problem.plzzzzzzzz .
Posted
Comments
Counde 15-Mar-16 7:03am    
You can achieve this with an email library for C#.
See the following example of receiving email with POP protocol in C#. You can use this approach to connect with all major providers (including Gmail, Yahoo, Hotmail, etc.), see here.

1 solution

 
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