Share via


Delete Method (IIntegers)

Topic Last Modified: 2006-06-13

Deletes the specified integer from the collection.

Applies To

IIntegers Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Sub Delete(    Value As Long)
HRESULT Delete
(
        Long* Value
);

Parameters

  • Value
    The pointer to the integer to delete.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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