Edit

Share via


SearchParametersType.Traversal Property

Definition

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.

Applies to