Click or drag to resize

ContactServiceResolveEnterpriseContactsCapability Property

Capability describing whether the Contact Service supports ResolveContacts(ResolveContactsRequest) functionality.

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

Property Value

Type: Capability
Remarks

This capability only covers searches where the SearchSourceType argument is set to Network.

For searches where the SearchSourceType argument is Local, the ContactLoadingComplete event, where the LoadingComplete flag is true, indicates that the user's local contacts have been loaded and local searches should complete successfully.

For searches where the SearchSourceType argument is All, the Local search is executed first. In case no results are found Network search is triggered.

See Also