Share via


_NewEnum Property (IIntegers)

Topic Last Modified: 2006-06-13

Returns the integer at the specified location in the collection. Microsoft® Visual Basic® programmers do not use this restricted property directly. It is used automatically in For Each In constructs.

Applies To

IIntegers Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

HRESULT get__NewEnum(IUnknown** Value);

Parameters

  • Value
    Returned reference to the IUnknown Interface of the object.

Remarks

Call QueryInterface on the returned interface for the IEnumVARIANT (IID_IEnumVARIANT) interface on the object. You can then use this interface to enumerate the collection.