Tagged Questions
2
votes
2answers
2k views
Porting System.Web.Mail functionality to System.Net.Mail
The following function works perfectly:
protected void SendWebMailMessage(string DisplayName, string From, string ReplyTo,
string To, string Subject, string Body, string Attachments)
...