ManagedFolderInformationType.CanRenameOrMoveSpecified Property
The CanRenameOrMoveSpecified property gets a Boolean value that specifies whether the CanRenameOrMove property was returned in the SOAP response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CanRenameOrMoveSpecified As Boolean
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean
value = instance.CanRenameOrMoveSpecified
instance.CanRenameOrMoveSpecified = value
public bool CanRenameOrMoveSpecified { get; set; }
Property Value
Type: System.Boolean
The CanRenameOrMoveSpecified property returns true if the CanRenameOrMove property was serialized into SOAP response; otherwise, the property returns false.
See Also