Share via


VisibleCount Property (IItem)

Topic Last Modified: 2006-06-13

The number of visible noncollection items in the folder. This property is read-only.

Applies To

IItem Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property VisibleCount As Long
HRESULT get_VisibleCount(long* pVal);

Parameters

  • pVal
    Returns the value of the VisibleCount property as a reference to a long.

Remarks

This property is the same as the visiblecount Field schema property accessible in the Fields Property collection.

See Also

Other Resources

ObjectCount Property