I have a requirement where i need to create a simple email client using ASP.NET web application. Currently there exists a service which can send emails from reading email from database and it can retrieve email from email source and save it in database(SQL
server 2008).So now i only need a client which can read and write these emails to database.It should have simple functions like inbox,reply,forward,reply all,delete,search email etc.
So now I want a simple design which includes all these features.I saw some example but they are much complex and not free. So can anyone help me with the design part of this web application or any
articles or examples showing the same.
Go to the complete details ...