Platform SDK: Exchange 2000 Server

Delete Method

[This is preliminary documentation and subject to change.]

Deletes the specified integer from the collection.

[Visual Basic]
Sub Delete(Value as Long)
[C++]
HRESULT Delete(long *Value);
[IDL]
[id(2)] HRESULT Delete([in] long *Value);

Parameters

Value
The pointer to the integer to delete.

Remarks

Note that you pass the address of the variable (ByRef) to the Delete method, rather than the value.