UCC_ROUTING_RULE_ELEMENT_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 types of routing elements.

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

Syntax

'Declaration
Public Enumeration UCC_ROUTING_RULE_ELEMENT_TYPE
public enum UCC_ROUTING_RULE_ELEMENT_TYPE
public enum class UCC_ROUTING_RULE_ELEMENT_TYPE
public enum UCC_ROUTING_RULE_ELEMENT_TYPE
public enum UCC_ROUTING_RULE_ELEMENT_TYPE

Members

Member name Description
UCCRRET_PREAMBLE A flag indicating that a routing rule element is of the Preamble type.

Remarks

A UCC API application can set routing rules on the server by publishing the routing category that can have a Preamble element or a Script element. This enumeration type specifies the API-supported routing elements and is used when a routing element is created. Currently the API supports publishing the Preamble element only. For more information, see IUccRoutingRuleInstance::CreateTrouingRuleElement method.

Win32 COM/C++ Syntax

typedef enum UCC_ROUTING_RULE_ELEMENT_TYPE
{
   UCCRRET_PREAMBLE = 1
};

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