![]() | IMailServiceSslProtocols Property |
Namespace: MailKit
SslProtocols SslProtocols { get; set; }
Gets or sets the SSL and TLS protocol versions that the client is allowed to use.
By default, MailKit initializes this value to support only TLS v1.0 and greater and does not support any version of SSL due to those protocols no longer being considered secure.
This property should be set before calling any of the Connect methods.