Description
-
Determines end position of message in the file.
Property type
-
A Long value.
Syntax
-
object.EndPosition [=
value]
The EndPosition Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapMessage. |
value |
A Long value. Holds end position of the
message in the file. |
Remarks
- EndPosition holds ending position of the message within
some file. It is typically used when some file contains more
than one message. Together with StartPosition,
it provides wodImapServer information about message size and
its boundaries within the file.
Once wodImapServer wants to access specific message (it will
fire ReadMessage
event), it will use StartPosition and EndPosition properties
to locate message in the file and load it to memory (when
needed, and depending which part is needed).
|