wodMailbox ActiveX Control - Item Property
      
 

Description

References specific attachment in the collection.


Property type

An Attachment object.  


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Attachments.
Index Required. An Integer value. Specifies attachment index in the collection.

Remarks

Item property is used reference specific attachment in the collection of all attachments for the message. Index should be an integer between 0 and Count-1 (unlike VB, indexes start from 0 in wodMailbox).

If Index is invalid, an error is returned.