SMTPConn.EnableSsl 属性
Gets or sets a Boolean indicating whether to encrypt communication using Secure Sockets Layer (SSL) when sending e-mail messages.
命名空间: Microsoft.SqlServer.Dts.ManagedConnections
程序集: Microsoft.SqlServer.ManagedConnections(在 Microsoft.SqlServer.ManagedConnections.dll 中)
语法
声明
Public Property EnableSsl As Boolean
Get
Set
用法
Dim instance As SMTPConn
Dim value As Boolean
value = instance.EnableSsl
instance.EnableSsl = value
public bool EnableSsl { get; set; }
public:
property bool EnableSsl {
bool get ();
void set (bool value);
}
member EnableSsl : bool with get, set
function get EnableSsl () : boolean
function set EnableSsl (value : boolean)
属性值
类型:System.Boolean
true indicates that communication is encrypted, using Secure Sockets Layer (SSL) when sending e-mail messages. false indicates that encryption is not used.