Description
-
Determines starting position of message in the file.
Property type
-
A Long value.
Syntax
-
object.StartPosition [=
value]
The StartPosition Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapMessage. |
value |
A Long value. Holds start position of
the message in the file. |
Remarks
- StartPosition holds starting position of the message
within some file. It is typically used when some file
contains more than one message. Together with EndPosition,
it provides to 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).
|