ManagedFolderInformationType.IsManagedFoldersRoot Property

The IsManagedFoldersRoot property gets a Boolean value that indicates whether the managed folder is the root managed folder.

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

Syntax

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

value = instance.IsManagedFoldersRoot

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

Property Value

Type: System.Boolean
The IsManagedFoldersRoot property returns true if the managed folder is the root managed folder; 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.