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)
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
| 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. |