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