UCC_SERVER_ENDPOINT_FLAGS 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 options to initialize a server endpoint.

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

Syntax

'Declaration
Public Enumeration UCC_SERVER_ENDPOINT_FLAGS
public enum UCC_SERVER_ENDPOINT_FLAGS
public enum class UCC_SERVER_ENDPOINT_FLAGS
public enum UCC_SERVER_ENDPOINT_FLAGS
public enum UCC_SERVER_ENDPOINT_FLAGS

Members

Member name Description
UCCSEF_DISABLE_HTTP_FALLBACK A flag to disable the HTTPS tunneling fallback when the signaling server is not directly reachable.
UCCSEF_DISABLE_REGISTRATION A flag to disable the endpoint registration. This is applicable to outgoing calls only.
UCCSEF_DISABLE_SESSIONS A flag to disable the session manager.
UCCSEF_DISABLE_STRICT_DNS A flag to disable the strict DNS signaling server lookup performed by IUccSiganlingSettings::FindServers.
UCCSEF_DISABLE_SUBSCRIPTIONS A flag to disable the subscription and publication manager.
UCCSEF_ENABLE_EVENT_LOGGING A flag to enable event logging for critical signaling failures.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_SERVER_ENDPOINT_FLAGS
{
   UCCSEF_DISABLE_REGISTRATION = 0x00000001,
   UCCSEF_DISABLE_SUBSCRIPTIONS = 0x00000002,
   UCCSEF_DISABLE_SESSIONS = 0x00000004,
   UCCSEF_DISABLE_STRICT_DNS = 0x00000008,
   UCCSEF_ENABLE_EVENT_LOGGING = 0x00000010,
   UCCSEF_DISABLE_HTTP_FALLBACK = 0x00000020
};

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