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