3 references to Message
System.Net.Mail (3)
System\Net\Mail\MailMessage.cs (1)
40
_message = new
Message
();
System\Net\Mail\MailPriority.cs (2)
47
internal Message(string from, string to) :
this
()
59
internal Message(MailAddress from, MailAddress to) :
this
()