Sending email from a VB Dot Net Application

  • Thread starter Thread starter Majid Qazi
  • Start date Start date
M

Majid Qazi

I am writing a windows application in VB Dot Net. One of the requirement is that it should be able to send email in certain situations. I could not find any library to be used for this purpose.

Any ideas or suggestions will be much appreciated.
 
check out the System.Web.Mail namespace


I am writing a windows application in VB Dot Net. One of the requirement is that it should be able to send email in certain situations. I could not find any library to be used for this purpose.

Any ideas or suggestions will be much appreciated.
 
I am writing a windows application in VB Dot Net.
One of the requirement is that it should be able to send email in
certain situations.
I could not find any library to be used for this purpose.

Did you try

System.Web.Mail ?

Just because it has "Web" in the Namespace doesn't mean you /can't/
use it in a Windows Forms application.

HTH,
Phill W.
 
Back
Top