IUccRoutingPreambleElement Interface

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.

Encapsulates the preamble routing element.

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

Syntax

'Declaration
Public Interface IUccRoutingPreambleElement
    Inherits IUnknown
public interface IUccRoutingPreambleElement : IUnknown
public interface class IUccRoutingPreambleElement : IUnknown
public interface IUccRoutingPreambleElement extends IUnknown
public interface IUccRoutingPreambleElement extends IUnknown

Remarks

A preamble routing element can be a List element for a list of nodes that can be used in a specific route. It can also be a Flags element specifying a specific action the server should take and a Wait element indicating the time to wait on a specific action. The List element is represented by an IUccRoutingPreambleListElement instance. The Flags element is represented by an IUccRoutingPreambleFlagsElement instance and the Wait element is by an IUccRoutingPreambleWaitElement instance.

Win32 COM/C++ Syntax

interface IUccRoutingPreambleElement : IUnknown

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

IUccRoutingPreambleElement Members
Microsoft.Office.Interop.UccApi Namespace