Description
-
References specific 'Received' header in the collection.
Property type
-
A Pop3Rec
object.
Syntax
-
object.Item(Index)
The Item Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Recs. |
Index |
Required. A Variant value.
Index of the header. |
Remarks
-
Item property is used to access specific 'Received' header in the
collection of all headers that exist in email message.
Index parameter should be integer value, in which case
it's between 0 and Count-1, and it represents
absolute header index in the collection.
|