Hello sir,
I need to develop Email system in asp.net,c# , but i have no idea how to develop in asp.net, in this email system i need to develop two feature (draft and email sent on time (schoulder ).
but i have no idea how to develop this please help me,:

Anupam SinghPosted May 29, 2014, 2:42 AM
Everything is possible.And you can develope it using .NET(managed and un-managed).
but you might need to use some other programming languages like C++,C.. etc.
This kind of application cannt be developed using only 1 programming language..
Rajeev KumarPosted May 29, 2014, 2:02 AM
please tell me this email system is possible to develop in asp.net. because i need email save as draft, schedule facility,
i searching but im not finding right information.
Thanks
Anupam SinghPosted May 29, 2014, 1:39 AM
Actually emails are not only just data interchange between system for communication , but it uses different rules and many more...
I suggest you to read and study SMTP(simple mail transfer protocol),IMAP(Internet Message Access Protocol),POP(Post Office Protocol), because all protocols are related to mail.
you can find a quick and short description here but not everything.
I would suggest surf internet for all protocols and how these works?.
Good Luck !