ConversationQueryTraversal 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.
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
Name | Value | Description |
---|---|---|
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. |
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. |