Add Method (IIntegers)
Topic Last Modified: 2006-06-13
Adds the specified integer to the collection.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Sub Add( NewValue As Long)
HRESULT Add
(
long NewValue
);
Parameters
- NewValue
The value to add to the collection.
Return Value
Returns S_OK if successful, or an error value otherwise.