Description
-
Holds index of the message in the 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 Pop3Msg. |
Remarks
-
This is a readonly property that represents position of
the message in remote mailbox.
This value can not be change as long as you're
connected to the server. Even if you delete messages, Index
is not changed until you reconnect to the server.
|