Поделиться через


BasePermissionType.CanCreateSubFolders Property

The CanCreateSubFolders property gets or sets a Boolean value that specifies whether the client can create subfolders.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property CanCreateSubFolders As Boolean
    Get
    Set
'Usage
Dim instance As BasePermissionType
Dim value As Boolean

value = instance.CanCreateSubFolders

instance.CanCreateSubFolders = value
public bool CanCreateSubFolders { get; set; }

Property Value

Type: System.Boolean
The CanCreateSubFolders property returns true if the client can create subfolders; otherwise, the property returns false.