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