![]() | MailServiceSslProtocols Property |
Namespace: MailKit
public 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.2 and greater and does not support TLS v1.1, TLS v1.0 or any version of SSL due to those protocols being susceptible to security vulnerabilities such as POODLE.
This property should be set before calling any of the Connect methods.