Share via


ISearchResults Interface

The results of a contact/group search. Returned in an asynchronous callback from IContactsAndGroupsManger.Search

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

interface ISearchResults : IDispatch

Remarks

This interface is returned as a parameter of the IContactManagerCallback.OnSearch event callback method. The number of results contained in an instance of ISearchResults is limited by the maximum search results specified when the search operation is initiated. You can iterate on a collection of all search results or a subset of contacts or groups. Enumerating the collection of all results returns instances of IDispatch that can be queried for IContact or IGroup interface. The interface identifier (IID) of this interface is 7356d7bb-fd71-4554-84a1-3bbe28726551.

See Also

ISearchResults Members

UCCollaborationLib Namespace