3 writes to _from
System.Net.Mail (3)
System\Net\Mail\MailPriority.cs (3)
49
_from
= new MailAddress(from);
58
_from
= from;
88
_from
= value;
1 reference to _from
System.Net.Mail (1)
System\Net\Mail\MailPriority.cs (1)
83
return
_from
;