Email

G

Guest

does vb.net have a class that i can use to send and receive email and news groups from a windows form

if so what is the class

WStoreyII
 
H

Herfried K. Wagner [MVP]

* =?Utf-8?B?V1N0b3JleUlJ?= said:
does vb.net have a class that i can use to send and receive email and
news groups from a windows form?

At least for email: Reference "System.Web.dll" and import the
'System.Web.Mail' namespace. You will find classes for sending mail
there.

<URL:http://www.systemwebmail.net/>
 

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

Similar Threads

Class Library Template 1
msflexgrid 9
Class Inherits Question 2
Configure smtp server in IIS7 on VISTA 1
Property Question 5
Bit Integer 1
Email Bounce Error 3
Adding Events To Custom Class's 1

Top