Item Property (IVariants)

Topic Last Modified: 2006-06-13

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

Applies To

IVariants 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 ordinal index of the variant to retrieve.
  • Value
    On return, the variant requested from the collection.