Enumerates the notification types that can be received from the Lync client.

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

Syntax

C#
public 
enum 
LyncClientNotification

Members

Member name Value Description
MapiStatus 0
Notify for MAPI status event.
Autodiscovery 1
Notify for Domain Name Service (DNS) auto discovery event.
CalendarQueryStatus 2
Notify for calendar query status event.
OutlookContactProviderStatus 3
Notify for Outlook contact provider status event.
WabContactProviderStatus 4
Notify for Wab contact provider status event.
FolderManagerStatus 5
Notify for folder manager status event.
Invalid -1

See Also