SmtpSection.Network Eigenschaft

Definition

Ruft das Konfigurationselement ab, das die Netzwerkeinstellungen steuert, die von Simple Mail Transport Protocol. file.SmtpNetworkElement (SMTP) verwendet werden.

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

Eigenschaftswert

Ein SmtpNetworkElement-Objekt.

Das Konfigurationselement, das die von einem SMTP verwendeten Netzwerkeinstellungen steuert.

Attribute

Gilt für:

Weitere Informationen