Search Object
Outlook Developer Reference |
Contains information about individual searches performed against Outlook items.
Remarks
The Search object contains properties that define the type of search and the parameters of the search itself.
Use the Application object's AdvancedSearch method to return a Search object.
Use the AdvancedSearchComplete event to determine when a given search has completed.
Example
The following Microsoft Visual Basic for Applications (VBA) example returns a search object named "SubjectSearch" and displays the object's Tag and Filter property values. The Tag property is used to identify a specific search once it has completed.
Visual Basic for Applications |
---|
|
The following VBA example displays information about the search and the results of the search.
Visual Basic for Applications |
---|
|
See Also