Platform SDK: Exchange 2000 Server

Add Method

[This is preliminary documentation and subject to change.]

Adds the specified integer to the collection.

[Visual Basic]
Sub Add(NewValue as Long)
[C++]
HRESULT Add(long NewValue);
[IDL]
[id(3)] HRESULT Add([in] long NewValue);

Parameters

NewValue
the value to add to the collection.