FindFolderType.Traversal Property

Definition

The Traversal property gets or sets the traversal scheme that is used to search for folders. This property is required. This is a read/write property.

public:
 property ExchangeWebServices::FolderQueryTraversalType Traversal { ExchangeWebServices::FolderQueryTraversalType get(); void set(ExchangeWebServices::FolderQueryTraversalType value); };
public ExchangeWebServices.FolderQueryTraversalType Traversal { get; set; }
Public Property Traversal As FolderQueryTraversalType

Property Value

The Traversal property returns a FolderQueryTraversalType enumeration that defines the type of traversal that is performed for the search.

Remarks

The FindFolder operation supports shallow and deep traversal folder searches.

Applies to