Sending mail through VB.NET
Hello
Im Using .NET Framwork version 1.1 with Visual Studio 2003.
In the documentation of this framework i have check the help for sending email but this requires System.Web.Mail Namespace and when i try to include it in my program then i shows only three classes which are
AspNetHostingPermission
AspNetHostingPermissionAttribute
AspNetHostingPermissionHostingLevel (Enum)
Now there is no classes or namespace known as Mail.
Anyone could please explain me why it is.
I have install full Visual Studio and everything required.
Regards
Raheel
|