Share via


IsCollection Property

Topic Last Modified: 2006-06-13

Specifies whether or not the item is a collection. This property is read-only.

Applies To

IItem Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property IsCollection As Boolean
HRESULT get_IsCollection(VARIANT_BOOL* pVal);

Parameters

  • pVal
    Returns the value of the IsCollection property as a reference to a VARIANT_BOOL.

Remarks

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