ISearchResults Members
Include Protected Members
Include Inherited Members
The ISearchResults type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllResults |
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.
|
|
AllResultsWithAdditionInfo |
Gets the array of ISearchResult of all Contacts/Groups retrieved.
|
|
Contacts |
Gets the array of IContact of Contacts/Groups retrieved.
|
|
AllContactsAndGroups |
Gets the array of IDispatch of Contacts and Groups retrieved.
|
|
Groups |
Gets the array of IGroup of Contacts/Groups retrieved.
|
|
IsMoreAvailable |
Gets a flag indicating whether more search results are available.
|