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
public PermissionActionType DeleteItems { get; set; }
public:
property PermissionActionType DeleteItems {
PermissionActionType get ();
void set (PermissionActionType value);
}
/** @property */
public PermissionActionType get_DeleteItems ()
/** @property */
public void set_DeleteItems (PermissionActionType value)
public function get DeleteItems () : PermissionActionType
public function set DeleteItems (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
BasePermissionType Class
BasePermissionType Members
ExchangeWebServices Namespace