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