Defines which content should be deleted by DeleteFolderContent(EwsFolderId, EwsDeleteScope) operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Enumeration EwsDeleteScope
C#
public enum EwsDeleteScope

Members

Member nameDescription
Supported by the .NET Compact FrameworkItemsOnly
Delete items only, subfolders will remain.
Supported by the .NET Compact FrameworkItemsAndSubfolders
Delete items and subfolders.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also