Click or drag to resize
SearchScopeType Enumeration
Type of scope used for ContactService.SearchContacts(SearchContactsWatcher ^,System::String ^,SearchScopeType,SearchSourceType,uint32_t,uint32_t) method.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum SearchScopeType
Members
  Member nameValueDescription
Name1 Search contacts by name.
Handle2 Search contacts by handle (email and IM addresses).
All3 Search contacts by all allowed fields (name, handle, phone number, etc.).
See Also