SMTPConn.SmtpServer プロパティ

定義

SMTPサーバーに接続する名前を取得するか設定します。

public:
 property System::String ^ SmtpServer { System::String ^ get(); void set(System::String ^ value); };
public string SmtpServer { get; set; }
member this.SmtpServer : string with get, set
Public Property SmtpServer As String

プロパティ値

SMTPサーバーに接続するために使われた名前を含む文字列です。

適用対象