We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, since 2 Months we get the error in the title if we connect to office365 pop3 Mailboxes. We connect using "usessl True"
Dim pop As New Pop3Client ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 pop.Connect(popsvr, popport, useSsl:=True)
Nothing helps, anyone there wh can help to get a stable connection?
Kind regards Hendrik
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
since 2 Months we get the error in the title if we connect to office365 pop3 Mailboxes.
We connect using "usessl True"
Dim pop As New Pop3Client
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
pop.Connect(popsvr, popport, useSsl:=True)
Nothing helps, anyone there wh can help to get a stable connection?
Kind regards
Hendrik
The text was updated successfully, but these errors were encountered: