In my application i want to send a mail.How can i send mail just like web application?
The procedure in C# is appriciated.
Thanks in advance.
sunDAC Wednesday, June 11, 2008 12:22 PM
To send an email with a vs 2003 windows application use the classes in the system.web.mail namespace. This website is the best resource around for system.web.mail
To send an email with a vs 2003 windows application use the classes in the system.web.mail namespace. This website is the best resource around for system.web.mail