UCC_SERVER_ENDPOINT_CONTEXT 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 server endpoint context extensions.

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

Syntax

'Declaration
Public Enumeration UCC_SERVER_ENDPOINT_CONTEXT
public enum UCC_SERVER_ENDPOINT_CONTEXT
public enum class UCC_SERVER_ENDPOINT_CONTEXT
public enum UCC_SERVER_ENDPOINT_CONTEXT
public enum UCC_SERVER_ENDPOINT_CONTEXT

Members

Member name Description
UCCSEC_APPLICATION_VERSION The ID of a property specifying the application version information to use.
UCCSEC_DISPLAY_NAME The ID of a property specifying the user's display name.
UCCSEC_GRUU The ID of a property indicating the globally routable unique identifier for this endpoint.
UCCSEC_HTTPS_PROXY_ADDRESS The ID of a property indicating the HTTP proxy address used for tunneling signaling (if present).
UCCSEC_LOCAL_NETWORK_ADDRESS The ID of a property indicating the local network address used to connect to the signaling server.
UCCSEC_REMOTE_REGISTRATION The ID of a property indicating that the endpoint registration occurred outside the corporate firewall.
UCCSEC_SERVER_ENDPOINT_FLAGS The property ID of bitmasks controlling various initialization options. For more information, see UCC_SERVER_ENDPOINT_FLAGS
UCCSEC_SERVER_NETWORK_ADDRESS The ID of a property indicating the signaling server address information.
UCCSEC_SERVER_VERSION The ID of a property indicating the signaling server version information.

Remarks

Input properties are evaluated when an endpoint is created. Output properties are available after successful endpoint initialization.

Win32 COM/C++ Syntax

typedef enum UCC_SERVER_ENDPOINT_CONTEXT
{
   UCCSEC_SERVER_ENDPOINT_FLAGS = 1 | UCCPCL_ENDPOINT | UCCPT_ENUMERATION,
   UCCSEC_APPLICATION_VERSION = 2 | UCCPCL_ENDPOINT | UCCPT_STRING,
   UCCSEC_DISPLAY_NAME = 3 | UCCPCL_ENDPOINT | UCCPT_STRING,
   UCCSEC_REMOTE_REGISTRATION = 4 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_BOOLEAN,
   UCCSEC_SERVER_VERSION = 5 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCSEC_GRUU = 6 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_OBJECT,
   UCCSEC_HTTPS_PROXY_ADDRESS = 7 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCSEC_LOCAL_NETWORK_ADDRESS = 8 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCSEC_SERVER_NETWORK_ADDRESS = 9 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING
};

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