Platform SDK: Exchange 2000 Server

Add Method

[This is preliminary documentation and subject to change.]

Adds the specified variant to the collection.

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

Parameters

NewValue
the value to add to the collection.

Remarks

Example