Share via


FolderQueryTraversalType Enumeration

The FolderQueryTraversalType enumeration identifies the types of subtree traversals for deletion and enumeration.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration FolderQueryTraversalType
'Usage
Dim instance As FolderQueryTraversalType
[SerializableAttribute]
public enum FolderQueryTraversalType

Members

Member name Description
Shallow Searches only the identified folder and returns only the folder IDs for items that have not been deleted. This is known as a shallow traversal.
Deep Searches in all subfolders of the identified parent folder and returns only the folder IDs for items that have not been deleted. This is known as a deep traversal.
SoftDeleted Performs a shallow traversal search for soft deleted items (items that are in the Deleted Items folder).

Remarks

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

See Also

Reference

Other Resources