Platform SDK: Exchange 2000 Server

Delete Method

[This is preliminary documentation and subject to change.]

Removes the specified RecurrencePattern object from the collection.

[Visual Basic,VBScript]
Sub Delete(Index as Long)
[C++]
HRESULT Delete(long* Index);
[IDL]
HRESULT Delete([in] LONG Index );
Index
The ordinal index of the RecurrencePattern object within the collection to remove.

Remarks

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