Description
-
Holds index of message in collection.
Property type
-
An Integer value.
Syntax
-
object.Index
The Index Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Message. |
Remarks
-
This is readonly property that returns index of the
message in Messages collection for specific user. This
value is changed during lifetime of the session, and should
not be stored locally. Rather, use some other property to
distinct message among others, for instance using Tag
property.
|