Pop3SslProtocol Property |
Namespace: MailBee.Pop3Mail
The default value allows MailBee to select the best (the most secure) protocol supported by the mail server. However, if the mail server does not support automatic protocol negotiation, it will likely close the connection (MailBeeSocketResetException will be thrown). In this case, the application should set this property to non-Auto value (such as Tls12).
Note |
---|
In case of UWP platform, MailBee always uses TlsAuto setting. |