Share via


FindFolderType.Traversal Property

The Traversal property gets or sets the traversal scheme that is used to search for 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 FolderQueryTraversalType
[XmlAttributeAttribute] 
public FolderQueryTraversalType Traversal { get; set; }
[XmlAttributeAttribute] 
public:
property FolderQueryTraversalType Traversal {
    FolderQueryTraversalType get ();
    void set (FolderQueryTraversalType value);
}
/** @property */
public FolderQueryTraversalType get_Traversal ()

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

public function set Traversal (value : FolderQueryTraversalType)

Property Value

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

Remarks

The FindFolder operation supports shallow and deep traversal folder searches.

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)