UCC_INCOMING_REQUEST_EVENT_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 IDs of the extended properties describing the event an incoming request event.

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

Syntax

'Declaration
Public Enumeration UCC_INCOMING_REQUEST_EVENT_CONTEXT
public enum UCC_INCOMING_REQUEST_EVENT_CONTEXT
public enum class UCC_INCOMING_REQUEST_EVENT_CONTEXT
public enum UCC_INCOMING_REQUEST_EVENT_CONTEXT
public enum UCC_INCOMING_REQUEST_EVENT_CONTEXT

Members

Member name Description
UCCIRECE_SIGNALING_REQUEST The ID of an extended property of the UCC_SIGNALING_REQUEST_TYPE type indicating the type of a signaling request message.
UCCIRECE_SIGNALING_RESPONSE The ID of an extended property of the UCC_SIGNALING_REQUEST_TYPE type indicating the type of a signaling response message.

Remarks

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_INCOMING_REQUEST_EVENT_CONTEXT
{
   UCCIRECE_SIGNALING_REQUEST = 1 | UCCPCL_INCOMING_REQUEST_EVENT_CONTEXT | UCCPT_OBJECT,
   UCCIRECE_SIGNALING_RESPONSE = 2 | UCCPCL_INCOMING_REQUEST_EVENT_CONTEXT | UCCPT_OBJECT
};

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