Search Object Members

Outlook Developer Reference

Contains information about individual searches performed against Outlook items.

Methods

  Name Description
Bb176779.methods(en-us,office.12).gif GetTable Obtains a Table object that contains items filtered by the Filter parameter in a preceding Application.AdvancedSearch method call.
Bb176779.methods(en-us,office.12).gif Save Saves the search results to a Search Folder.
Bb176779.methods(en-us,office.12).gif Stop Immediately ends the search that is being performed currently.

Properties

  Name Description
Bb176779.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176779.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176779.properties(en-us,office.12).gif Filter Returns the DASL statement used to restrict the search to a specified subset of data. Read-only
Bb176779.properties(en-us,office.12).gif IsSynchronous Returns a Boolean indicating whether the search is synchronous. Read-only.
Bb176779.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176779.properties(en-us,office.12).gif Results Returns a Results collection that specifies the results of the search. Read-only.
Bb176779.properties(en-us,office.12).gif Scope Returns a String that specifies the scope of the specified search. Read-only.
Bb176779.properties(en-us,office.12).gif SearchSubFolders Returns a Boolean indicating whether the scope of the specified search included the subfolders of any folders searched. Read-only.
Bb176779.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176779.properties(en-us,office.12).gif Tag Returns a String specifying the name of the current search. The Tag property is used to identify a specific search. Read-only.