FolderTraversal Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the scope of FindFolders operations.
public enum class FolderTraversal
public enum FolderTraversal
Public Enum FolderTraversal
- Inheritance
-
FolderTraversal
Fields
Name | Value | Description |
---|---|---|
Shallow | 0 | Only direct subfolders are retrieved. |
Deep | 1 | The entire hierarchy of subfolders is retrieved. |
SoftDeleted | 2 | Only soft-deleted folders are retrieved. |
Remarks
The FindFolders(FolderView) method defines a request to find folders in a mailbox. The FolderTraversal class object defines how the search is performed.