SearchParametersType.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 depth of a search folder traversal.
public:
property ExchangeWebServices::SearchFolderTraversalType Traversal { ExchangeWebServices::SearchFolderTraversalType get(); void set(ExchangeWebServices::SearchFolderTraversalType value); };
public ExchangeWebServices.SearchFolderTraversalType Traversal { get; set; }
Public Property Traversal As SearchFolderTraversalType
Property Value
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.