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
<XmlAttributeAttribute> _
Public Property Traversal As SearchFolderTraversalType
[XmlAttributeAttribute]
public SearchFolderTraversalType Traversal { get; set; }
[XmlAttributeAttribute]
public:
property SearchFolderTraversalType Traversal {
SearchFolderTraversalType get ();
void set (SearchFolderTraversalType value);
}
/** @property */
public SearchFolderTraversalType get_Traversal ()
/** @property */
public void set_Traversal (SearchFolderTraversalType value)
public function get Traversal () : SearchFolderTraversalType
public function set Traversal (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also