Quantcast
Viewing all articles
Browse latest Browse all 26374

Assigned to email alert issue

In SharePoint 2013 Task list email alert we enable by following PowerShell script

Add-PSSnapin Microsoft.SharePoint.Powershell
$web = Get-SPWeb "http://myServer/myWeb"
$list = $web.Lists.TryGetList("Tasks")
$list.EnableAssignToEmail = $true
$list.Update()

But it will works only we create the new task, not send the email when we modified the task.

How to solve this issue


Jey


Viewing all articles
Browse latest Browse all 26374

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>