Share via


Item Property (IIntegers)

Topic Last Modified: 2006-06-13

Returns the integer at the specified location in the collection. This property is read-only.

Applies To

IIntegers Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Item(Index As Long) As Long
HRESULT get_Item(long Index, long* Value);

Parameters

  • Index
    The index in the collection of the integer value to be returned.
  • Value
    Returns the value of the collection index as a reference to a long.