Click or drag to resize
MessageStatus Enumeration
Represents the state of a message.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum MessageStatus
Members
  Member nameValueDescription
Undefined-1 An unknown status. If this status is set, it is a bug.
Unsent0 Represents a message that has been created by the local application but has not yet been sent.
Sending1 Used for messages which are currently being sent.
Removing2 Used for messages which are currently being removed.
Error3 State indicating that message couldn't be sent. Additional error information is provided within the operation result.
Sent4 A message in Published state has been successfully sent to the server and is now able to be viewed by other participants in the conversation.
See Also