Platform SDK: Exchange 2000 Server

ChildCount Property

[This is preliminary documentation and subject to change.]

The number of items, including subfolders, in the folder.

[Visual Basic,VBScript]
Property ChildCount as Long
read-only
[C++]
HRESULT get_ChildCount(long* pVal);
[IDL]
HRESULT [propget] ChildCount([out,retval] long* pVal);

Remarks

This property is also available as the DAV:childcount schema property in the Fields collection.

See Also

IsCollection