SPAlert.AlwaysNotify property

Gets or sets a value that indicates whether a daily or weekly alert is always sent, even if there is no matching event.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AlwaysNotify As Boolean
    Get
    Set
'Usage
Dim instance As SPAlert
Dim value As Boolean

value = instance.AlwaysNotify

instance.AlwaysNotify = value
public bool AlwaysNotify { get; set; }

Property value

Type: System.Boolean
true if the alert is always sent; otherwise, false.

Remarks

This property has no effect on immediate alerts.

See also

Reference

SPAlert class

SPAlert members

Microsoft.SharePoint namespace