G Guest Apr 30, 2004 #1 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
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
W William Ryan eMVP Apr 30, 2004 #2 http://msdn.microsoft.com/library/d...l/frlrfsystemwebmailmailmessageclasstopic.asp
H Herfried K. Wagner [MVP] Apr 30, 2004 #3 * =?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? Click to expand... 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/>
* =?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? Click to expand... 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/>
C Chad Z. Hower aka Kudzu May 4, 2004 #4 =?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? if so what is the class ? Click to expand... http://www.indyproject.org - Free. http://www.atozed.com/indy Send mail example in VB.
=?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? if so what is the class ? Click to expand... http://www.indyproject.org - Free. http://www.atozed.com/indy Send mail example in VB.