Platform SDK: Exchange 2000 Server

ObjectCount Property

[This is preliminary documentation and subject to change.]

The number of non-folder items in a folder, including any hidden items.

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

Remarks

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

See Also

VisibleCount