SmtpSection.Network プロパティ

定義

SMTP (Simple Mail Transport Protocol) で使用されるネットワーク設定を制御する構成要素を取得します。 ファイル: 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 が使用するネットワーク設定を制御する構成要素。

属性

適用対象

こちらもご覧ください