I am considering converting a project that I've inherited from .net 1.1 to .net 2.0. The main warning I'm concerned about is that it wants me to switch from System.Web.Mail
to using System.Net.Mail
.
I'm not ready to re-write all the components using the obsolete System.Web.Mail
, so I'm curious to hear if any community members have had problems using it under .net 2.0?