Share via


AlertLevel.NotificationEnabled property

Returns true when notification is allowed.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property NotificationEnabled As Boolean
    Get
'Usage
Dim instance As AlertLevel
Dim value As Boolean

value = instance.NotificationEnabled
public bool NotificationEnabled { get; }

Property value

Type: System.Boolean

Remarks

The AlertLevel.NotificationEnabled property tells you whether notification for new group chat messages, conversation invitations, or meeting reminders should be displayed. You do not display such notifications if a user is presenting in a meeting and is sharing a display or presenting a PowerPoint slide deck. In those cases, NotificationEnabled returns false and you must honor the policy.

See also

Reference

AlertLevel class

AlertLevel members

Microsoft.Lync.Model namespace