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