6 reputation
1
bio website
location
age
visits member for 6 months
seen Apr 29 at 14:45
stats profile views 0

Nov
8
awarded  Student
Nov
7
comment How to prevent alerts from SPEmailEventReceiver?
That does not seam to work. This is the code I use for adding a file. Could the adding of the actual file trigger an alert? SPFile file = list.RootFolder.Files.Add(folder, attachment.ContentStream); SPItem item = file.Item; SetItemProperties(message, item); item.SystemUpdate();
Nov
7
asked How to prevent alerts from SPEmailEventReceiver?