AlertLevel class

Presence-based alert policy.

Inheritance hierarchy

System.Object
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.AlertLevel

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

Syntax

'Declaration
Public Class AlertLevel _
    Inherits UCWBase
'Usage
Dim instance As AlertLevel
public class AlertLevel : UCWBase

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.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AlertLevel members

Microsoft.Lync.Model namespace