UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_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 operation completed events raised by a conference manager.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_PROPERTY
public enum UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_PROPERTY
public enum class UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_PROPERTY
public enum UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_PROPERTY
public enum UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_PROPERTY

Members

Member name Description
UCCCMOCEP_AVAILABLE_MCUS The ID of a property of the IUccCollection type containing a collection of available MCUs of a conference. Each element of the collection is a UCC_CONFERENCE_ENTITY_TYPE value. This property is returned by the OnGetAvailableMCUs event as the result of a successful call to the GetAvailableMCUs method.
UCCCMOCEP_CONFERENCE_INFORMATION The ID of a property of the IUccConferenceInformation type holding the conference information. This property is returned by the OnGetConference event as the result of a successful call to the GetConference method.
UCCCMOCEP_CONFERENCE_LIST The ID of a property of the IUccCollection type containing a list of IDs of the conferences scheduled by the caller. Each element of the collection is a string (BSTR). This property is returned by the OnGetConferenceList event as the result of a successful call to the GetConferenceList method.
UCCCMOCEP_CONFERENCE_URI The ID of a property of the string (BSTR) type identifying the conference URI. This property is returned by the OnScheduleConference event as the result of a successful call to the ScheduleConference method.

Remarks

The properties defined here are returned in events (as defined by _IUccConferenceManagerSessionEvents) that are raised by a conference manager session (IUccConferenceManagerSession) object. An application obtains this property collection by reading the Properties property on IUccOperationProgressEvent. An application can determine the data type and accessibility as well as the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_ACCESSIBILITY as well UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_MANAGER_OPERATION_COMPLETED_EVENT_PROPERTY
{
   UCCCMOCEP_CONFERENCE_URI = 1 | UCCPCL_CONFERENCE_MANAGER_OPERATION | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCMOCEP_CONFERENCE_INFORMATION = 2 | UCCPCL_CONFERENCE_MANAGER_OPERATION | UCCPAC_READ_ONLY | UCCPT_OBJECT,
   UCCCMOCEP_CONFERENCE_LIST = 3 | UCCPCL_CONFERENCE_MANAGER_OPERATION | UCCPAC_READ_ONLY | UCCPT_COLLECTION,
   UCCCMOCEP_AVAILABLE_MCUS = 4 | UCCPCL_CONFERENCE_MANAGER_OPERATION | UCCPAC_READ_ONLY | UCCPT_COLLECTION
};

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