FindFolderType.Traversal Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Traversal As FolderQueryTraversalType
Get
Set
'Usage
Dim instance As FindFolderType
Dim value As FolderQueryTraversalType
value = instance.Traversal
instance.Traversal = value
public FolderQueryTraversalType Traversal { get; set; }
Property Value
Type: ExchangeWebServices.FolderQueryTraversalType
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.
See Also