Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the client type.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum ClientType
{
ucClientTypeUC = 1,
ucClientTypeDelegator = 2,
ucClientTypeResponseGroup = 3
};
Members
| Member name | Description | |
|---|---|---|
| ucClientTypeUC |
Out of process Communicator client.
|
|
| ucClientTypeDelegator |
Delegator client.
|
|
| ucClientTypeResponseGroup |
Response Group.
|