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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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