We started getting this error recently (within the past week) when sending out emails. Has anyone come across it yet. I've been googling it for a few days with no resolve.
I suspect it's a TLS 1.2 issue but I'm unsure where/how to resolve it.
The server we are on is 2012R2 so TLS 1.2 is already enabled. I'm familiar with adding ServicePointManager.SecurityProtocol in visual studio but not C/AL.
When I try adding the dll to a dummy codeunit the option under DotNet > System.Net, the dll does not exist.
When I review our office365 settings online it shows most of the mailboxes we use on NAV are sending using 1.0
Any advice on how to force TLS 1.2 in NAV 2017?