Search Properties (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Filter

Returns a String value that represents the DASL statement used to restrict the search to a specified subset of data. Read-only

IsSynchronous

Returns a Boolean indicating whether the search is synchronous. Read-only.

Parent

Returns the parent Object of the specified object. Read-only.

Results

Returns a Results collection that specifies the results of the search. Read-only.

Scope

Returns a String that specifies the scope of the specified search. Read-only.

SearchSubFolders

Returns a Boolean indicating whether the scope of the specified search included the subfolders of any folders searched. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.

Tag

Returns a String specifying the name of the current search. The Tag property is used to identify a specific search. Read-only.