Share via


SMTPConn.EnableSsl プロパティ

定義

電子メール メッセージの送信時に Secure Sockets Layer (SSL) を使用して通信を暗号化するかどうかを示すブール値を取得または設定します。

public:
 property bool EnableSsl { bool get(); void set(bool value); };
public bool EnableSsl { get; set; }
member this.EnableSsl : bool with get, set
Public Property EnableSsl As Boolean

プロパティ値

true は、電子メール メッセージの送信時に Secure Sockets Layer (SSL) を使用して通信が暗号化されていることを示します。 false は、暗号化が使用されていないことを示します。

適用対象