Platform SDK: Exchange 2000 Server

Item Property

[This is preliminary documentation and subject to change.]

Returns the RecurrencePattern object specified by index.

[Visual Basic,VBScript]
Property Item(ByVal Index As Long) As IRecurrencePattern
read-only
[C++]
HRESULT get_Item(long* Index, IRecurrencePattern** pVal);
[IDL]
HRESULT [propget] Item([in] long Index, [out,retval] IRecurrencePattern** pVal);

Remarks

The indexing of the collection always ranges from 1 to the value returned by the Count property.

Item is the default member on the interface.