Add MailCollection Method:
Add a new key-value item to the collection.
Syntax:
[C++]
HRESULT Add(BSTR key, VARIANT value);
[VB]
Sub Add(key As String, value As Variant)
Parameters:
value
New value associated with the key.
Remark:
If an item is already associated with the key,
an error will occur.
See also: