ISearchResults.AllResults Property
Gets the array of IDispatch of all Contacts/Groups retrieved. You call IDispatch.QueryInterface to determine whether an individual instance of IDispatch in the SAFEARRAY is IContact or IGroup.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT get_AllResults
(
SAFEARRAY(IDispatch )** allResults
);
Return Value
A value of the SAFEARRAY(IDispatch )** (IEnumerable<object>, for a .NET application) type.