Results Object
Outlook Developer Reference |
Contains data and results returned by the Search object and the AdvancedSearch method.
Remarks
The Results object contains properties and methods that allow you to view and manipulate data. For example the GetNext, GetPrevious, GetFirst, and GetLast methods allow you to search through the results and view the data by field. The Sort method allows you to sort the data.
Use the SearchObject.Results property to return a Results object.
Example
The following event procedure stores the results of a search in a variable named objRsts and displays the results of the search in the Immediate window.
Visual Basic for Applications |
---|
|
See Also