Share via


ObjectCount Property

Topic Last Modified: 2006-06-13

The number of nonfolder items in a folder, including any hidden items. This property is read-only.

Applies To

IItem Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property ObjectCount As Long
HRESULT get_ObjectCount(long* pVal);

Parameters

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

Remarks

This property is also available as the objectcount Field schema property accessible in the Fields Property collection.

See Also

Other Resources

VisibleCount Property