3 writes to _from
System.Net.Mail (3)
System\Net\Mail\MailPriority.cs (3)
52
_from
= new MailAddress(from);
61
_from
= from;
91
_from
= value;
1 reference to _from
System.Net.Mail (1)
System\Net\Mail\MailPriority.cs (1)
86
return
_from
;