Click or drag to resize

MessageReason Property

Returns the message reason type.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public MessagingReasonType Reason { get; }

Property Value

Type: MessagingReasonType
Remarks
Specific to Closed and Left message types.

For the Closed message type, reason types should be interpreted as follows:

ManualThe conversation was closed by a participant.
AutoThe conversation was closed by the system(e.g. auto-closed after 30 days of inactivity).

For the Left message type, reason types should be interpreted as follows:

ManualParticipant left on his own.
AutoThere was some problem communicating with external user(user does not exist, or unavailable, or some other error). Such a leave reason should display an error message, like "[username] is unreachable/unable to join" rather than the regular "[username] left the conversation".

See Also