UCC_ROUTING_PREAMBLE_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 preamble elements.

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

Syntax

'Declaration
Public Enumeration UCC_ROUTING_PREAMBLE_ELEMENT_TYPE
public enum UCC_ROUTING_PREAMBLE_ELEMENT_TYPE
public enum class UCC_ROUTING_PREAMBLE_ELEMENT_TYPE
public enum UCC_ROUTING_PREAMBLE_ELEMENT_TYPE
public enum UCC_ROUTING_PREAMBLE_ELEMENT_TYPE

Members

Member name Description
UCCRPET_FLAGS A flag indicating a Flags subelement indicating the different branches of a routing script to execute.
UCCRPET_LIST A flag indicating a List subelement holding a list of targets to which a request can be rerouted.
UCCRPET_WAIT A flag indicating a Wait subelement showing the time-to-wait on actions specified by the Flags element.

Remarks

A routing preamble element can have a collection of List, Wait, or Flags subelements. This enumeration type specifies the type of a preamble subelement and is used when such an element is created.

Win32 COM/C++ Syntax

typedef enum UCC_ROUTING_PREAMBLE_ELEMENT_TYPE
{
   UCCRPET_LIST = 1,
   UCCRPET_WAIT = 2,
   UCCRPET_FLAGS = 3
};

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