SPAlert public sealed class SPAlert Documentation public SPAlertFrequency AlertFrequency { get; set; } public SPAlertTemplate AlertTemplate { get; set; } public string AlertTemplateName { get; } public DateTime AlertTime { get; set; } public SPAlertType AlertType { get; set; } public bool AlwaysNotify { get; set; } public SPAlertDeliveryChannels DeliveryChannels { get; set; } public string DynamicRecipient { get; set; } public SPEventType EventType { get; set; } public int EventTypeBitmask { get; set; } public string Filter { get; set; } public Guid ID { get; } public SPListItem Item { get; set; } public int ItemID { get; } public SPList List { get; set; } public Guid ListID { get; } public string ListUrl { get; } public Guid MatchId { get; set; } public SPPropertyBag Properties { get; } public SPAlertStatus Status { get; set; } public string Title { get; set; } public SPUser User { get; set; } public int UserId { get; } public void Update() public void Update(bool bSendMail)