Platform SDK: Exchange Server

ICommentCondition::Item Method

Returns the specified PropVal object in the collection.

IDL Definition

HRESULT Item([in] VARIANT index, [out, retval] IDispatch **pItem)

Visual Basic Definition

Function Item(index) As Object

Parameters

index
An integer specifying the position of the PropVal object to return.

Remarks

Since this is the default method for this object, you need not supply the method name to access the condition.

The first item in the collection is at index position 1.