Description
-
References specific attachment in the collection.
Property type
-
A Pop3Attachment
object. Reference to requested attachment.
Syntax
-
object.Item(Index)
The Item Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Attachments. |
Index |
Required. An Integer
value. Specifies index of the attachment 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 wodPop3).
If Index is invalid, an error is returned.
|