This error message generally receive when you are try to send emails through TLS 1.2 or higher. To solve this add this line before send emails.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
Microsoft Graph API provides powerful capabilities to interact with Microsoft 365 services. In this guide, we’ll explore how to create calen...
No comments:
Post a Comment