Platform SDK: Exchange 2000 Server

VisibleCount Property

[This is preliminary documentation and subject to change.]

The number of visible non-collection items in the folder.

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

Remarks

This property is the same as the DAV:visiblecount schema property accessible in the Fields collection.

See Also

ObjectCount