MailMill COM 1.0 Documentation
Remove MailCollection Method:
Remove an item from the collection.
Syntax:
[C++]
HRESULT Remove(VARIANT key);
[VB]
Sub Remove(key As Variant)
Parameter:
key
The key can either be the index to the item in the collection array or the item key. It is legal to call this method with a key that does not exist, however it is not possible to use an invalid index.
See also:
MailCollection Object
Copyright ©
Active+ Software
2005 - All rights reserved