SearchParametersType.Traversal Property
The Traversal property gets or sets the depth of a search folder traversal.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Traversal As SearchFolderTraversalType
Get
Set
'Usage
Dim instance As SearchParametersType
Dim value As SearchFolderTraversalType
value = instance.Traversal
instance.Traversal = value
public SearchFolderTraversalType Traversal { get; set; }
Property Value
Type: ExchangeWebServices.SearchFolderTraversalType
The Traversal property returns a SearchFolderTraversalType enumeration that specifies the depth of a search folder traversal.
Remarks
Search folder traversal can be either Deep or Shallow.
You must set the TraversalSpecified property to true so that the Traversal property is serialized into the SOAP message.
See Also