SmtpIsSslConnection Property
Indicates whether the current connection (if any) is secured with TLS/SSL layer.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool IsSslConnection { get; }

Property Value

Type: Boolean
true if the current connection is TLS/SSL; false if the connection is not secure.
See Also