FindItemType.Traversal Property

The Traversal property gets or sets the traversal scheme that is used to search for items in folders. This property is required. This is a read/write property.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property Traversal As ItemQueryTraversalType
[XmlAttributeAttribute] 
public ItemQueryTraversalType Traversal { get; set; }
[XmlAttributeAttribute] 
public:
property ItemQueryTraversalType Traversal {
    ItemQueryTraversalType get ();
    void set (ItemQueryTraversalType value);
}
/** @property */
public ItemQueryTraversalType get_Traversal ()

/** @property */
public void set_Traversal (ItemQueryTraversalType value)
public function get Traversal () : ItemQueryTraversalType

public function set Traversal (value : ItemQueryTraversalType)

Property Value

The Traversal property returns an ItemQueryTraversalType enumeration that defines the type of traversal that is performed for the search.

Remarks

FindItem only supports shallow or soft-deleted traversals of a folder. To perform deep traversals, use search folders.

This property is required for FindItem operations.

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)