SharePoint Online Automation – O365 – Send email from SharePoint online Using CSOM PowerShell script
13,753 total views, 10 views today
13,753 total views, 10 views today In this post, I will share how we can send emails from SharePoint online using CSOM PowerShell script code programmatically. CSOM PowerShell Script to send email from SharePoint online CLS #Load SharePoint CSOM Assemblies #Add-Type -Path “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\Microsoft.SharePoint.Client.dll” #Add-Type -Path “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\Microsoft.SharePoint.Client.Runtime.dll” $fileName
You must be logged in to post a comment.