Platform SDK: Exchange 2000 Server |
[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);
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.