BasePermissionType.DeleteItems Property
The DeleteItems property gets or sets a value that specifies whether the client can delete items.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DeleteItems As PermissionActionType
Get
Set
'Usage
Dim instance As BasePermissionType
Dim value As PermissionActionType
value = instance.DeleteItems
instance.DeleteItems = value
public PermissionActionType DeleteItems { get; set; }
Property Value
Type: ExchangeWebServices.PermissionActionType
The DeleteItems property returns one of the PermissionActionType enumeration values that indicate the type of permission the client has to delete items.
See Also