MailMill COM 1.0 Documentation

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:
key
New item string key.
value
New value associated with the key.
Remark:
If an item is already associated with the key, an error will occur.
See also:
MailCollection Object

 

Copyright © Active+ Software 2005 - All rights reserved