Self.GetAlertLevelForNotification method

Get level of alert for notification purpose

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

Syntax

'Declaration
Public Function GetAlertLevelForNotification ( _
    senderIdentity As String, _
    notificationTypes As NotificationTypes, _
    notificationUrgency As NotificationUrgencyType _
) As AlertLevel
'Usage
Dim instance As Self
Dim senderIdentity As String
Dim notificationTypes As NotificationTypes
Dim notificationUrgency As NotificationUrgencyType
Dim returnValue As AlertLevel

returnValue = instance.GetAlertLevelForNotification(senderIdentity, _
    notificationTypes, notificationUrgency)
public AlertLevel GetAlertLevelForNotification(
    string senderIdentity,
    NotificationTypes notificationTypes,
    NotificationUrgencyType notificationUrgency
)

Parameters

Return value

Type: Microsoft.Lync.Model.AlertLevel

See also

Reference

Self class

Self members

Microsoft.Lync.Model namespace