SearchFolderTraversalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SearchFolderTraversalType enumeration identifies the options for how a folder hierarchy is searched by a search folder.
public enum class SearchFolderTraversalType
public enum SearchFolderTraversalType
Public Enum SearchFolderTraversalType
- Inheritance
-
SearchFolderTraversalType
Fields
Name | Value | Description |
---|---|---|
Shallow | 0 | Specifies that a shallow search is used to traverse the folder hierarchy. |
Deep | 1 | Specifies that a deep search is used to traverse the folder hierarchy. Deep traversal searches cannot be performed on public folders. |
Remarks
This enumeration is used by the Traversal property of the SearchParametersType object.