Platform SDK: Exchange Server

IActions::Item Method

Returns the Action object at the specified position 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 action to access.

Remarks

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