system.web.mail and .net 1.1
-
Im trying to code an email message. From what ive found is that im supposed to use system.web.mail however when i try to use it, it tells me that the namespace doesnt exist, can anyone help me out?
-
Im trying to code an email message. From what ive found is that im supposed to use system.web.mail however when i try to use it, it tells me that the namespace doesnt exist, can anyone help me out?
I suspect you're writing a windows app ( not ASP.NET ) and need to add a reference to System.Web to your project.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Im trying to code an email message. From what ive found is that im supposed to use system.web.mail however when i try to use it, it tells me that the namespace doesnt exist, can anyone help me out?
Hi Numbers1thru9, Christian has given you the one of the reasons why you face the error in the first place. In the event you want to have a look at some simple code; I had published an aritcle titled "AlarmTimer" located at http://www.codeproject.com/csharp/abyalarmtimer.asp[^] Just some basic stuff when I intiialy started fooling around. Hope it helps you out...
Thanks and Regards, Aby