Expand Minimize
This topic has not yet been rated - Rate this topic

UCC_REJECT_OR_TERMINATE_REASON Enumeration

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)
public enum class UCC_REJECT_OR_TERMINATE_REASON
public enum UCC_REJECT_OR_TERMINATE_REASON
public enum UCC_REJECT_OR_TERMINATE_REASON
Member nameDescription
UCCROTR_BUSYA flag indicating that the called party is busy.
UCCROTR_DECLINEA flag indicating that the called party has declined the request.
UCCROTR_DECLINE_EVERYWHEREA flag indicating that the request is declined by all.
UCCROTR_FORWARDEDA flag indicating that the session is redirected/forwarded.
UCCROTR_NOT_ACCEPTABLEA flag indicating that the called party cannot accept the request.
UCCROTR_NOT_SPECIFIEDA flag indicating no particular reason for termination.
UCCROTR_TIMEOUTA flag indicating that the request has timed out.
UCCROTR_UNAVAILABLEA flag indicating that the called party is not available.

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
};

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.