Click or drag to resize
ConversationLastAccessTimeChanged Event
Notifies the application that the last accessed time of the conversation has changed in response to messages in the conversation being marked as read, or by an explicit invocation of the SetLastAccessTime(ConversationCompletionHandler) method.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public event EventHandler<ConversationTimeEventArgs> LastAccessTimeChanged

Value

Type: SystemEventHandlerConversationTimeEventArgs
See Also