UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION 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 possible media connectivity server locations.

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

Syntax

'Declaration
Public Enumeration UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION
public enum UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION
public enum class UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION
public enum UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION
public enum UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION

Members

Member name Description
UCCMCSL_INTERNET A flag specifying a media connectivity server not on the intranet.
UCCMCSL_INTRANET A flag specifying a media connectivity server on the intranet
UCCMCSL_UNSPECIFIED A flag for not explicitly specifying either an Internet or intranet location of the server. The UCC API decides.

Remarks

An application sending a request to media connectivity servers can use this enumeration type to specify a type of the server location.

Win32 COM/C++ Syntax

typedef enum UCC_MEDIA_CONNECTIVITY_SERVER_LOCATION
{
   UCCMCSL_UNSPECIFIED = 0,
   UCCMCSL_INTRANET = 1,
   UCCMCSL_INTERNET = 2
};

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