SmtpSection::Network Property

 

Gets the configuration element that controls the network settings used by the Simple Mail Transport Protocol (SMTP). file.SmtpNetworkElement.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("network")]
property SmtpNetworkElement^ Network {
	SmtpNetworkElement^ get();
}

Property Value

Type: System.Net.Configuration::SmtpNetworkElement^

A SmtpNetworkElement object.

The configuration element that controls the network settings used by SMTP.

.NET Framework
Available since 2.0
Return to top
Show: