UCC_CONFERENCE_INFORMATION_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 information used 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_INFORMATION_PROPERTY
public enum UCC_CONFERENCE_INFORMATION_PROPERTY
public enum class UCC_CONFERENCE_INFORMATION_PROPERTY
public enum UCC_CONFERENCE_INFORMATION_PROPERTY
public enum UCC_CONFERENCE_INFORMATION_PROPERTY

Members

Member name Description
UCCCIP_ADMISSION_TYPE The ID of an optional property of the UCC_CONFERENCE_ADMISSION_TYPE type specifying the type of admission to a conference. The default admission type is UCCCAT_OPEN_AUTHENTICATED.
UCCCIP_EXPIRY_TIME The ID of an optional property of the DateTime (VARIANT_DATE) type specifying the expiry time of a conference.
UCCCIP_MCUS The ID of an optional property of the IUccCollection type identifying the set of MCUs of the conference. Each element is a collection of UCC_CONFERENCE_ENTITY_SETTING_PROPERTY.
UCCCIP_NOTIFICATION_DATA The ID of an optional property of an XML string (BSTR) containing the notification data of a conference that is included in the conference state change notification and sent to all the participants.
UCCCIP_ORGANIZER_ROAMING_DATA The ID of an optional property of an XML string (BSTR) holding the roaming data of the conference organizer. The roaming data is included in the conference state change notification to the organizer only.
UCCCIP_PARTICIPANTS The ID of an optional property of the IUccCollection type identifying the conference participants who joins the conference and receives conference state change notifications. Each element of the IUccCollection is a collection of UCC_CONFERENCE_PARTICIPANT_PROPERTY excluding display name. The default role is attendee. This property is required for a closed (meaning invitation-only) conference.
UCCCIP_SUBJECT The ID of an optional property of the string (BSTR) type identifying the subject of a conference.

Remarks

A conference manager can be used to schedule and organize a non-active conference. 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_INFORMATION_PROPERTY
{
   UCCCIP_SUBJECT = 1 | UCCPCL_CONFERENCE_INFORMATION | UCCPT_STRING,
   UCCCIP_ADMISSION_TYPE = 2 | UCCPCL_CONFERENCE_INFORMATION | UCCPT_ENUMERATION,
   UCCCIP_EXPIRY_TIME = 3 | UCCPCL_CONFERENCE_INFORMATION | UCCPT_DATE,
   UCCCIP_ORGANIZER_ROAMING_DATA = 4 | UCCPCL_CONFERENCE_INFORMATION | UCCPT_STRING,
   UCCCIP_NOTIFICATION_DATA = 5 | UCCPCL_CONFERENCE_INFORMATION | UCCPT_STRING,
   UCCCIP_PARTICIPANTS = 6 | UCCPCL_CONFERENCE_INFORMATION | UCCPT_COLLECTION,
   UCCCIP_MCUS = 7 | UCCPCL_CONFERENCE_INFORMATION | 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