Platform SDK: Exchange 2000 Server

ItemCount Property

[This is preliminary documentation and subject to change.]

The number of non-folder items in the folder.

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

Remarks