Monday, May 24, 2010

How do i check my received mails in ASP.NET?

I was interested to make a full web based mail system i have a pop3 account i can send mail using ASp.NET but i need to know how to receive mails

How do i check my received mails in ASP.NET?
It is not that easy. may be contact a freelancer to code it for you at websites like http://getafreelnacer.com/
Reply:Sending is no problem, as you've probably discovered you only need to create a "message" in the proper format and pass it to a SMTP relay.





Receiving mail on the other hand requires complex issues supporting the necessary communication protocols (it's more of an ongoing 2-way "conversation" then a simple "send"), storage, routing, authorization, authenticaiton, more.





That's why typically people don't write the whole mail system but instead write a web frontend for an existing mail system which is not difficult to do if the chosen mailserver exposes the necessary hooks through an API.





Good Luck. There's opportunity in this, to create custom ways of looking at messages.

state flower

No comments:

Post a Comment