UCC_CONFERENCE_ENTITY_SETTING_PROPERTY 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 IDs of the properties describing the conference entity setting.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
public enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
public enum class UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
public enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
public enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY

Members

Member name Description
UCCCESP_DATA_MCU_COLLABORATION_MODE The ID of an optional property of the Boolean (VARIANT_BOOL) type to indicate whether the collaboration mode is enabled (TRUE or 1) for the data MCU of a conference or not (FALSE or 0). If enabled, the data MCU turns a conference into a collaborative session to allow participants to share data and applications.
UCCCESP_PRESENTATION_MODE The ID of an optional property of the Boolean (VARIANT_BOOL) type to indicate whether the presentation mode is enabled (TRUE or 1) on an AV MCU or not (FALSE or 0).
UCCCESP_TYPE The ID of a property of the UCC_CONFERENCE_ENTITY_TYPE type specifying the type of a conference entity.

Remarks

A conference entity refers to a conference MCU or the conference focus. An application can determine the data type and the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
{
   UCCCESP_TYPE = 1 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_ENUMERATION,
   UCCCESP_PRESENTATION_MODE = 2 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_BOOLEAN,
   UCCCESP_DATA_MCU_COLLABORATION_MODE = 3 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_BOOLEAN
};

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