"Jay" <x.y@z.com> schrieb:
> How can I send an email like I can with asp.net using System.Web.Mail or
> by some other way.
You can use the same classes and methods to send mail like in ASP.NET.
Simply add a reference to "System.Web.dll" and then copy your code from the
ASP.NET application.
Sending and receiving email
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=email&lang=en>

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Steven Cheng[MSFT] - 06 Dec 2004 02:12 GMT
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

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