次の方法で共有


ManagedFolderInformationType.CanRenameOrMove Property

The CanRenameOrMove property gets a value that indicates whether a managed folder can be renamed or moved by a client.

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

Syntax

'Declaration
Public Property CanRenameOrMove As Boolean
    Get
    Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean

value = instance.CanRenameOrMove

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

Property Value

Type: System.Boolean
The CanRenameOrMove property returns true if a managed folder can be renamed or moved; otherwise, the property returns false.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.