3 references to MailMessage
System (1)
net\System\Net\mail\MailMessage.cs (1)
65
public MailMessage(string from, string to, string subject, string body):
this
(from,to) {
System.Web (2)
Management\MailWebEventProvider.cs (1)
112
MailMessage msg = new System.Net.Mail.
MailMessage
(_from, _to);
UI\WebControls\MailDefinition.cs (1)
250
message = new
MailMessage
(from, recipients);