UCC_CONFERENCE_PARTICIPANT_ROLE 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 conference participant roles.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_PARTICIPANT_ROLE
public enum UCC_CONFERENCE_PARTICIPANT_ROLE
public enum class UCC_CONFERENCE_PARTICIPANT_ROLE
public enum UCC_CONFERENCE_PARTICIPANT_ROLE
public enum UCC_CONFERENCE_PARTICIPANT_ROLE

Members

Member name Description
UCCCPR_ADMIN A flag indicating that the participant can organize and manage a conference or make presentations at the conference.
UCCCPR_PARTICIPANT A flag indicating that the participant can join a conference at the discretion of the conference administrator.
UCCCPR_UNDEFINED A flag indicating that the participant has an unspecified role. An application must not set this flag on any conference participant.

Remarks

A conference participant can be promoted to an administrator.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_PARTICIPANT_ROLE
{
   UCCCPR_UNDEFINED,
   UCCCPR_PARTICIPANT,
   UCCCPR_ADMIN
};

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