SMTPConn.EnableSsl 属性

定义

获取或设置一个布尔值,该值指示在发送电子邮件时是否使用安全套接字层 (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 表示使用安全套接字层 (SSL) 发送电子邮件时对通信进行加密。 false 指示不使用加密。

适用于