CallUnparkReason enumeration

Defines the specific reason why a previously-parked call was unparked.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Enumeration CallUnparkReason
'Usage
Dim instance As CallUnparkReason
public enum CallUnparkReason

Members

Member name Description
None Other reasons.
Abandoned The parked call was hung up before being retrieved.
Disconnected The parked call was disconnected.
Fallback The parked call was transferred to the configured fallback.
Retrieved The parked call was manually retrieved.
Ringback The parked call was auto-transferred back to the parker.
Unknown The reason is unknown.
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation.AudioVideo namespace