System.Web.Mail Namespace gone?

  • Thread starter Andreas von Linden
  • 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
 
I

Ignacio Machin \( .NET/ C# MVP \)

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,
 
S

Shiva

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
 

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