ItemQueryTraversalType 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.
Defines whether the search finds items in folders or in the dumpster folder.
public enum class ItemQueryTraversalType
public enum ItemQueryTraversalType
Public Enum ItemQueryTraversalType
- Inheritance
-
ItemQueryTraversalType
Fields
Name | Value | Description |
---|---|---|
Shallow | 0 | Returns only the items in the folder. |
SoftDeleted | 1 | Returns only the items that are in the dumpster folder. |
Associated | 2 | This member applies to versions of Exchange starting with Exchange Server 2010 Service Pack 1 (SP1), including Exchange Online. |
Remarks
This enumeration is used by the Traversal property of the FindItemType object.