Sending email from a VB Dot Net Application

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.
 
D

Dominique Vandensteen

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.
 
H

Herfried K. Wagner [MVP]

P

Phill. W

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.
 
A

Armin Zingler

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top