UnifiedCommunicationType Enumeration
Enumerates the Unified Communication types.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum UnifiedCommunicationType
{
ucUnifiedCommunicationUnknown,
ucUnifiedCommunicationEnabled,
ucUnifiedCommunicationNotEnabled
};
Members
Member name | Description | |
---|---|---|
ucUnifiedCommunicationUnknown |
Contact enabled status for Unified Communications could not be determined.
|
|
ucUnifiedCommunicationEnabled |
Contact is enabled for Microsoft Unified Communications.
|
|
ucUnifiedCommunicationNotEnabled |
Contact is not enabled for Microsoft Unified Communications.
|