UCC_REJECT_OR_TERMINATE_REASON 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 reasons for rejection of an incoming request or terminating a session.

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

Syntax

'Declaration
Public Enumeration UCC_REJECT_OR_TERMINATE_REASON
public enum UCC_REJECT_OR_TERMINATE_REASON
public enum class UCC_REJECT_OR_TERMINATE_REASON
public enum UCC_REJECT_OR_TERMINATE_REASON
public enum UCC_REJECT_OR_TERMINATE_REASON

Members

Member name Description
UCCROTR_BUSY A flag indicating that the called party is busy.
UCCROTR_DECLINE A flag indicating that the called party has declined the request.
UCCROTR_DECLINE_EVERYWHERE A flag indicating that the request is declined by all.
UCCROTR_FORWARDED A flag indicating that the session is redirected/forwarded.
UCCROTR_NOT_ACCEPTABLE A flag indicating that the called party cannot accept the request.
UCCROTR_NOT_SPECIFIED A flag indicating no particular reason for termination.
UCCROTR_TIMEOUT A flag indicating that the request has timed out.
UCCROTR_UNAVAILABLE A flag indicating that the called party is not available.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_REJECT_OR_TERMINATE_REASON
{
   UCCROTR_NOT_SPECIFIED = 0,
   UCCROTR_FORWARDED = 303,
   UCCROTR_TIMEOUT = 408,
   UCCROTR_UNAVAILABLE = 480,
   UCCROTR_BUSY = 486,
   UCCROTR_NOT_ACCEPTABLE = 488,
   UCCROTR_DECLINE = 603,
   UCCROTR_DECLINE_EVERYWHERE = 605
};

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