UCC_CONFERENCE_ADMISSION_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 conference admission types.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_ADMISSION_TYPE
public enum UCC_CONFERENCE_ADMISSION_TYPE
public enum class UCC_CONFERENCE_ADMISSION_TYPE
public enum UCC_CONFERENCE_ADMISSION_TYPE
public enum UCC_CONFERENCE_ADMISSION_TYPE

Members

Member name Description
UCCCAT_ANONYMOUS A flag to indicate that an anonymous user (without an enterprise identity) is allowed to join the conference by supplying the conference key as the PIN for the purpose of authentication.
UCCCAT_CLOSED_AUTHENTICATED A flag to indicate that only the user specifically invited by the conference organizer can be authenticated to join the conference.
UCCCAT_OPEN_AUTHENTICATED A flag to indicate that any user who can be authenticated can join the conference.

Remarks

This enumeration type defines the methods of authentication by which a participant is allowed to join a conference.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_ADMISSION_TYPE
{
   UCCCAT_OPEN_AUTHENTICATED = 0x000000001,
   UCCCAT_CLOSED_AUTHENTICATED,
   UCCCAT_ANONYMOUS
};

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