Click or drag to resize
CallLogItemReadStatus Enumeration
Describes the read status of call log item

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public enum CallLogItemReadStatus
Members
  Member nameValueDescription
Undefined0 Indicates a call log whose read status is not defined. This is the default value when server has not provided any read status.
Unread1 Indicates a call log which is not viewed/read by the user.
Read2 Indicates a call log which is already viewed/read by the user.
See Also