Send Email from Windows Form

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

How can I send an email like I can with asp.net using System.Web.Mail or by
some other way.

Thanks.
Jay
 
Hi Jay,

Yes, as Herfried has mentioned, we can use the System.Web.Mail components
in any kind of .net applications without any difference. Just be sure the
specify the correct smtp server. If there is any specific problems or
questions, please feel free to post here. Thanks.

How To Send E-mail Programmatically with System.Web.Mail and Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;310273

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top