UrlContentBase missing in System.Net.Mail.MailMessage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

System.Web.Mail has been marked as obsolete and we're directed to use
System.Net.Mail instead, but is there a way to implement the UrlContentBase
functionality?

It was useful when sending email from a web app so I didn't have to worry
about which server the app is running on (dev, test or prod).

thanks,

Michael
 
Back
Top