SmtpSection.Network Eigenschaft

Definition

Ruft das Konfigurationselement ab, das die Netzwerkeinstellungen steuert, die vom Simple Mail Transport Protocol (SMTP) verwendet werden. file.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

Eigenschaftswert

Ein SmtpNetworkElement-Objekt.

Das Konfigurationselement, das die von SMTP verwendeten Netzwerkeinstellungen steuert.

Attribute

Gilt für:

Weitere Informationen