BasePermissionType.CanCreateItems Property
The CanCreateItems property gets or sets a Boolean value that specifies whether a client can create items in a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CanCreateItems As Boolean
Get
Set
'Usage
Dim instance As BasePermissionType
Dim value As Boolean
value = instance.CanCreateItems
instance.CanCreateItems = value
public bool CanCreateItems { get; set; }
Property Value
Type: System.Boolean
The CanCreateItems property returns true if the client can create items in a folder; otherwise, the property returns false.
See Also