FindItemType.Traversal Property
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.
The Traversal property gets or sets the traversal scheme that is used to search for items in folders. This property is required. This is a read/write property.
public:
property ExchangeWebServices::ItemQueryTraversalType Traversal { ExchangeWebServices::ItemQueryTraversalType get(); void set(ExchangeWebServices::ItemQueryTraversalType value); };
public ExchangeWebServices.ItemQueryTraversalType Traversal { get; set; }
Public Property Traversal As ItemQueryTraversalType
Property Value
The Traversal property returns an ItemQueryTraversalType enumeration that defines the type of traversal that is performed for the search.
Remarks
FindItem only supports shallow or soft-deleted traversals of a folder. To perform deep traversals, use search folders.
This property is required for FindItem operations.