3 references to From
System (1)
net\System\Net\Configuration\SmtpSection.cs (1)
172
this.from = section.
From
;
System.Web (2)
UI\WebControls\MailDefinition.cs (2)
240
if (smtpSection == null || smtpSection.Network == null || String.IsNullOrEmpty(smtpSection.
From
)) {
244
from = smtpSection.
From
;