Share via


ChildCount Property

Topic Last Modified: 2006-06-13

The number of items, including subfolders, in the folder. This property is read-only.

Applies To

IItem Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property ChildCount As Long
HRESULT get_ChildCount(long* pVal);

Parameters

  • pVal
    Returns the value of the ChildCount property as a reference to a long.

Remarks

This property is also available as the childcount Field schema property in the Fields Property collection.

See Also

Other Resources

IsCollection Property