Sending e-mail through windows forms

  • Thread starter Thread starter Dave Harrington
  • Start date Start date
D

Dave Harrington

Hello all -

I am very familiar with sending mail through asp.net (using the
System.Web.Mail class), but I do not have experience sending e-mail through
windows forms. I would assume the syntax is probably the same, but perhaps
the class or method of calling it could be different? Can this be done in
windows or do i need a web service(please, no)?
 
It's the same. Just add the assembly of System.Web.Mail.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top