Partager via


SmtpSection.Network Propriété

Définition

Obtient l’élément de configuration qui contrôle les paramètres réseau utilisés par le protocole SMTP (Simple Mail Transport Protocol). (Hérité de SmtpNetworkElement.)

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

Valeur de propriété

Objet SmtpNetworkElement.

Élément de configuration qui contrôle les paramètres réseau utilisés par SMTP.

Attributs

S’applique à

Voir aussi