Tagged Questions
1
vote
1answer
106 views
Possible to attach an event receiver to the list of user alerts?
There's seemingly loads of ways of overriding the OOTB e-mail notifications for creation and deletion of user alerts - can't you just attach an event receiver to the alerts 'list' (is it an SPList?) ...
2
votes
2answers
395 views
SPListItem.SystemUpdate(false) is still triggering alerts
Environment: SP2010 Enterprise, VS2012, c#, full server access
Simple question...
I'm using a console app to create sub-folders in a document library based on user input, then calling ...
1
vote
1answer
98 views
How to prevent alerts from SPEmailEventReceiver?
I have been struggling with a small but irritating problem for a while now and suddenly I ran out of ideas.
I have implemented an email event receiver in Sharepoint 2010. The event receiver creates ...
1
vote
1answer
259 views
Setting an alert in WebProvisioned event
I want to set alerts for all users whenever a new subsite is created under the root site.
I am using the WebProvisioned event, but when I attempt to Update() my new alert I get an error: "There is no ...