3 writes to _from
System.Net.Mail (3)
System\Net\Mail\MailPriority.cs (3)
50
_from
= new MailAddress(from);
59
_from
= from;
89
_from
= value;
1 reference to _from
System.Net.Mail (1)
System\Net\Mail\MailPriority.cs (1)
84
return
_from
;