SmtpIsSslConnection Property |
Indicates whether the current connection (if any) is secured with TLS/SSL layer.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsSslConnection { get; }
Public ReadOnly Property IsSslConnection As Boolean
Get
Property Value
Type:
Booleantrue if the current connection is TLS/SSL;
false if the connection is not secure.
See Also