NotificationTypes enumeration

Enumerates the notification types that are related to level of alerts.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration NotificationTypes
'Usage
Dim instance As NotificationTypes
[FlagsAttribute]
public enum NotificationTypes

Members

Member name Description
Unknown Unknown or other notification types
Audio Type of notification for incoming voice conversation
Video Type of notification for incoming video conversation
InstantMessage Type of notification for incoming instant messaging
Sharing Type of notification for incoming app sharing request
FileTransfer Type of notification for incoming file transfer request
All All notification types
Invalid

See also

Reference

Microsoft.Lync.Model namespace