SmtpNetworkElement.Host プロパティ

定義

SMTP サーバーの名前を取得または設定します。

public:
 property System::String ^ Host { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("host")]
public string Host { get; set; }
[<System.Configuration.ConfigurationProperty("host")>]
member this.Host : string with get, set
Public Property Host As String

プロパティ値

接続先の SMTP サーバーの名前を表す文字列。

属性

適用対象