User-364442722 posted
hi, i need to develop a mobile application from which we can receive mails using POP3 from my webserver and also send Mails . can some provide me some help in guiding me how to move forward . i did not find any API like Java Mail API for receiving mails using
POP3 in .Net . can some help me in this regard....
User2085740027 posted
Hi, You need to write a socket program to receive the mails in .NET. Check this book for more info on socket programing. There is a particular chater dedicated for mail programming. http://www.amazon.co.uk/exec/obidos/ASIN/1861007353/qid=1088423050/sr=1-3/ref=sr_1_0_3/026-1491187-7478803
OR Check this article for more info.. http://www.codeproject.com/csharp/popapp.asp?df=100&forumid=3136&exp=0&select=785172 Regards,