UCC_FIND_SERVER_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 ID of the extended properties describing a FindServer operation.

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

Syntax

'Declaration
Public Enumeration UCC_FIND_SERVER_CONTEXT
public enum UCC_FIND_SERVER_CONTEXT
public enum class UCC_FIND_SERVER_CONTEXT
public enum UCC_FIND_SERVER_CONTEXT
public enum UCC_FIND_SERVER_CONTEXT

Members

Member name Description
UCCFSC_PREFERRED_TRANSPORT The ID of an extended property of the UCC_TRANSPORT_MODE type to indicate the preferred transport supported by a server it wants to find.

Remarks

This enumeration type defines the API-supported operation context associated with the FindServer operation. In this case, a client can use the operation context to indicate its interest in a server supporting the specified transport. An application can determine the data type and the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_FIND_SERVER_CONTEXT
{
   UCCFSC_PREFERRED_TRANSPORT = 1 | UCCPCL_FIND_SERVER_CONTEXT | UCCPT_ENUMERATION
};

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