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