Click or drag to resize

MessagingServiceGetRetrieveOlderConversationCapability Method

Returns a Capability object that indicates if older conversations can be retrieved from the server.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability GetRetrieveOlderConversationCapability(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Capability
Remarks
This capability is Allowed when all of the following conditions are true:
  • The messaging service is online (has an active connection to the server).
  • The messaging server supports retrieving conversations.
  • The messaging server has older conversations available to download.
The client application should call retrieveActiveConversations method to retrieve older conversations from the server.
See Also