SmtpSection.Network 屬性

定義

取得控制 Simple Mail Transport Protocol (SMTP) 使用之網路設定的組態項目。 檔案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

屬性值

SmtpNetworkElement 物件。

組態項目,這個項目控制由 SMTP 所使用的網路設定。

屬性

適用於

另請參閱