Platform SDK: Exchange 2000 Server

Delete Method

[This is preliminary documentation and subject to change.]

Removes the specified Attendee 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 Attendee object within the collection to remove.

Remarks

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