SearchFolderTraversalType Enum

Definition

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

Deep 1

Specifies that a deep search is used to traverse the folder hierarchy. Deep traversal searches cannot be performed on public folders.

Shallow 0

Specifies that a shallow search is used to traverse the folder hierarchy.

Remarks

This enumeration is used by the Traversal property of the SearchParametersType object.

Applies to