Platform SDK: Exchange 2000 Server

Delete Method

[This is preliminary documentation and subject to change.]

Removes the specified Exception 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 Exception object being removed from the collection.

Remarks

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