views:

60

answers:

1

We have a SharePoint solution that uses a standard task list.

We would like to turn off alerts for when items change in / are added to the task list.

Is there a way to do this in code, either when we create the site, or when we add items to the task list?

A: 

SPList.EnableAssignedToEmail

Ryan