UCC_PRESENCE_PHONE_LINE_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the possible phone line types for a user.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_PRESENCE_PHONE_LINE_TYPE
public enum UCC_PRESENCE_PHONE_LINE_TYPE
public enum class UCC_PRESENCE_PHONE_LINE_TYPE
public enum UCC_PRESENCE_PHONE_LINE_TYPE
public enum UCC_PRESENCE_PHONE_LINE_TYPE

Members

Member name Description
UCCPPLT_DUAL The phone line is enabled for both the Unified Communications and PBX/PSTN calls.
UCCPPLT_NONE The phone line does not support either Unified Communications calls or PBX/PSTN calls. This implies that the user can only make computer-to-computer calls.
UCCPPLT_REMOTE_CALL_CONTROL The phone line is enabled for PBX/PSTN calls only.
UCCPPLT_UNIFIED_COMMUNCATIONS The phone line is enabled for Unified Communications calls only.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_PRESENCE_PHONE_LINE_TYPE
{
   UCCPPLT_UNIFIED_COMMUNCATIONS = 0,
   UCCPPLT_REMOTE_CALL_CONTROL = 1,
   UCCPPLT_DUAL = 2,
   UCCPPLT_NONE = 3
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace