BasePermissionType.DeleteItems Property

Definition

The DeleteItems property gets or sets a value that specifies whether the client can delete items.

public:
 property ExchangeWebServices::PermissionActionType DeleteItems { ExchangeWebServices::PermissionActionType get(); void set(ExchangeWebServices::PermissionActionType value); };
public ExchangeWebServices.PermissionActionType DeleteItems { get; set; }
Public Property DeleteItems As PermissionActionType

Property Value

The DeleteItems property returns one of the PermissionActionType enumeration values that indicate the type of permission the client has to delete items.

Applies to