Email

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
* =?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/>
 
Back
Top