Share via


BaseFolderType.ChildFolderCount Property

The ChildFolderCount property gets the number of immediate child folders that are contained within a folder. This property is read-only.

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

Syntax

'Declaration
Public Property ChildFolderCount As Integer
    Get
    Set
'Usage
Dim instance As BaseFolderType
Dim value As Integer

value = instance.ChildFolderCount

instance.ChildFolderCount = value
public int ChildFolderCount { get; set; }

Property Value

Type: System.Int32
The ChildFolderCount property returns an integer value that represents the number of child folders.

Remarks

You must set the ChildFolderCountSpecified property to true so that the ChildFolderCount property is serialized into the SOAP request.