Share via


SmtpSection.Network Proprietà

Definizione

Ottiene l'elemento di configurazione che controlla le impostazioni di rete usate dal protocollo SMTP (Simple Mail Transport Protocol). fileSmtpNetworkElement.

public:
 property System::Net::Configuration::SmtpNetworkElement ^ Network { System::Net::Configuration::SmtpNetworkElement ^ get(); };
[System.Configuration.ConfigurationProperty("network")]
public System.Net.Configuration.SmtpNetworkElement Network { get; }
[<System.Configuration.ConfigurationProperty("network")>]
member this.Network : System.Net.Configuration.SmtpNetworkElement
Public ReadOnly Property Network As SmtpNetworkElement

Valore della proprietà

Un oggetto SmtpNetworkElement.

Elemento di configurazione che controlla le impostazioni di rete utilizzate da SMTP.

Attributi

Si applica a

Vedi anche