System.Web.Mail Namespace gone?

  • Thread starter Thread starter Andreas von Linden
  • Start date Start date
A

Andreas von Linden

Hello all,

i'am using VS .NET 2003 Prof (new installed with .NET 1.1) on WinXP Prof
(SP2).
I need to programm an small SMTP Client in C#.
When i try using System.Web.Mail i get the Errormsg that the Namespace
Mail does not exist in System.Web

I can't see any System.Web.Mail.dll in the .NET Framework installation dir.

Are the Mailclasses in another Namespace?

Thanks for your help.

Regards,
Andy
 
Hi,

Did you add the reference to it?
Project/Add reference

If your project is not a web app it does not include it, IIRC

cheers,
 
It is in System.Web.Mail namespace of the assembly System.Web.dll.

Hello all,

i'am using VS .NET 2003 Prof (new installed with .NET 1.1) on WinXP Prof
(SP2).
I need to programm an small SMTP Client in C#.
When i try using System.Web.Mail i get the Errormsg that the Namespace
Mail does not exist in System.Web

I can't see any System.Web.Mail.dll in the .NET Framework installation dir.

Are the Mailclasses in another Namespace?

Thanks for your help.

Regards,
Andy
 
Back
Top