Enumerates the modality disconnect reasons.

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

Syntax

C#
public 
enum 
ModalityDisconnectReason

Members

Member name Value Description
None 0
Disconnect to leave currently connected modality.
Timeout 1
Disconnect with time-out for incoming P2P.
Busy 2
Disconnect with busy status for incoming P2P.
NotAcceptableHere 3
Disconnect is not acceptable here.
Decline 4
Disconnect to decline incoming P2P allowing redirection to voice mail.
DeclineEverywhere 5
Disconnect to decline incoming P2P everywhere.
ReplyOther 6
Disconnect to decline incoming P2P and reply with different modality.
Invalid -1

See Also