H Herfried K. Wagner [MVP] Oct 10, 2003 #2 * "peter said: how can I send e-mail from windows form application ? Click to expand... <http://msdn.microsoft.com/library/en-us/dnvssamp/html/vbcs_SendMail.asp>
* "peter said: how can I send e-mail from windows form application ? Click to expand... <http://msdn.microsoft.com/library/en-us/dnvssamp/html/vbcs_SendMail.asp>
A Aadithyaa Oct 10, 2003 #3 You can use Smtp Mail functionality contained in the System.Web.Mail namespace SmtpMail.Send(FromString, ToString, SubjectString, MessageString) Regards, Aadithyaa
You can use Smtp Mail functionality contained in the System.Web.Mail namespace SmtpMail.Send(FromString, ToString, SubjectString, MessageString) Regards, Aadithyaa