Поделиться через


SearchFolderTraversalType Enumeration

The SearchFolderTraversalType enumeration identifies the options for how a folder hierarchy is searched by a search folder.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SearchFolderTraversalType
'Usage
Dim instance As SearchFolderTraversalType
[SerializableAttribute]
public enum SearchFolderTraversalType

Members

Member name Description
Shallow Specifies that a shallow search is used to traverse the folder hierarchy.
Deep Specifies that a deep search is used to traverse the folder hierarchy. Deep traversal searches cannot be performed on public folders.

Remarks

This enumeration is used by the Traversal property of the SearchParametersType object.

See Also

Reference

Other Resources