UCC_OPERATION_PROGRESS_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 API-supported extended properties as the context of an operation completed event.

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

Syntax

'Declaration
Public Enumeration UCC_OPERATION_PROGRESS_EVENT_CONTEXT
public enum UCC_OPERATION_PROGRESS_EVENT_CONTEXT
public enum class UCC_OPERATION_PROGRESS_EVENT_CONTEXT
public enum UCC_OPERATION_PROGRESS_EVENT_CONTEXT
public enum UCC_OPERATION_PROGRESS_EVENT_CONTEXT

Members

Member name Description
UCCOPEC_DIAGNOSTIC_DETAILS The ID of a property of the IUccCollection type. The property value contains a list of IUccDiagnosticInfo objects providing error details as additional information about the reason of an operation failure.
UCCOPEC_REDIRECT_TARGETS The ID of a property of the IUccReadOnlyPropertyCollection type. The property value contains a list of name-value (user name and URI) pairs indicating the redirect targets for an AddParticipant operation.
UCCOPEC_RETRY_AFTER The ID of a property of the retryAfter value for a failed operation that can be retried. The source can be SIP Retry-After header or CCCP retryAfter attribute of response.
UCCOPEC_SIGNALING_RESPONSE The ID of a property of the IUccSignalingResponse type containing properties of the SIP response for the operation.

Remarks

This enumeration type defines the API-supported extended properties as the operation context returned from the IUccOperationProgressEvent::Properties property. Note that property IDs ranging from 0x00000000 to 0x10000000 are used for common properties and property IDs ranging from 0xF0000000 to FFFFFFFF are reserved for future use.

Win32 COM/C++ Syntax

typedef enum UCC_OPERATION_PROGRESS_EVENT_CONTEXT
{
   UCCOPEC_DIAGNOSTIC_DETAILS = 1 | UCCPCL_OPERATION | UCCPAC_READ_ONLY | UCCPT_OBJECT,
   UCCOPEC_REDIRECT_TARGETS = 2 | UCCPCL_OPERATION | UCCPAC_READ_ONLY | UCCPT_OBJECT,
   UCCOPEC_RETRY_AFTER = 3 | UCCPCL_OPERATION | UCCPAC_READ_ONLY | UCCPT_NUMERIC,
   UCCOPEC_SIGNALING_RESPONSE = 4 | UCCPCL_OPERATION | UCCPAC_READ_ONLY | 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