Click here to Skip to main content
16,013,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
any body help me ????? i m creating my own email client application to send and get emails.
Posted
Updated 9-Mar-14 22:03pm
v2
Comments
Nespokill 21-Mar-16 9:32am    
You should take a look at an email library C#, it can drastically simplify this task for you.
For example here is how to receive emails using pop in C#, this approach works for all major email providers (incuding gmail, yahoo, outlook, etc. see here)

1 solution

i belive nuget gallery have some mail client api to use in .net you can download it and start to use api for mail. If you dont want to write whole POP protocol with your hand of course.

and you can use pop servers settings from http://www.emailaddressmanager.com/tips/mail-settings.html[^]
 
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