Using classic Outlook for Windows in business environments
Hi,
I'm getting the same issue, it was about TLS versions, I solved it replacing :
SmtpClient SmtpServer = new SmtpClient("smtp.office365.com");
with
SmtpClient SmtpServer = new SmtpClient("smtp-legacy.office365.com");
Can you try it and let us know ?
FYI, I got that trick from :