Enum FolderTraversal
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the scope of FindFolders operations.
public enum FolderTraversal
Fields
Deep = 1
The entire hierarchy of sub-folders is retrieved.
Shallow = 0
Only direct sub-folders are retrieved.
SoftDeleted = 2
Only soft deleted folders are retrieved.