Platform SDK: Exchange 2000 Server

VisibleItemCount Property

[This is preliminary documentation and subject to change.]

The number of visible (non-hidden) folders.

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

Remarks

Items in a Microsoft Exchange public or private information store are marked as hidden with the DAV:ishidden property. Hidden items are not intended for general user use. An example is an event sink registration item.