Item MailCollection Property:
Default property. Gets or sets the item value
depending on key parameter.
Syntax:
[C++]
HRESULT get_Item(VARIANT key, VARIANT
*pVal);
HRESULT put_Item(VARIANT key, VARIANT newVal);
[VB]
Property Item(key As Variant) As Variant
Parameter:
key
If the key is a numeric value, the Item property gets or sets the value
to the item at the key position, otherwise, Item gets or
sets value to item associated with key. If no item is found,
an error will occur.
Remark:
Item value type depends on object that expose
IMailCollection interface.
See also: