EwsDeleteScope Enum
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
Defines which content should be deleted by DeleteFolderContent(EwsFolderId, EwsDeleteScope) operation.
Syntax
public enum EwsDeleteScope
Fields
| Name | Description |
|---|---|
| ItemsAndSubfolders | Delete items and subfolders. |
| ItemsOnly | Delete items only, subfolders will remain. |