Edit

Share via


ItemQueryTraversalType Enum

Definition

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.

Applies to