a. System.Web.Mail is not supported under version 3.5 of the Framework.
b. System.Web.Mail is depredcated under version 3.5 of the
Framework, and it is officially recommended that System.Net.Mail be used.
c. System.Web.Mail is the preferred solution when using IIS hosted applications.
d. There are no functional differences; the items were moved to a new namespace to better reflect their applicability.
Kirtan PatelPosted Dec 6, 2009, 2:41 AM
System.Web.Mail is Not Supported Under .net 3.5
Kirtan PatelPosted Dec 6, 2009, 3:57 AM
http://msdn.microsoft.com/en-us/library/system.web.mail.mailmessage.aspx
Lalit MPosted Dec 6, 2009, 3:40 AM