ConversationQueryTraversal Enum

Definition

Specifies whether a query of conversation items is for the target folder (shallow) or the target folder and all subfolders (deep). The ConversationQueryTraversal enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class ConversationQueryTraversal
public enum ConversationQueryTraversal
Public Enum ConversationQueryTraversal
Inheritance
ConversationQueryTraversal

Fields

Deep 1

The target folder and all subfolders. The Deep field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Shallow 0

The target folder only. The Shallow field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to