Description
-
Holds size of message, in bytes.
Property type
-
A Long value.
Syntax
-
object.Size
The Size Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Message. |
Remarks
-
Size is readonly property that is calculated from
EndPosition
and StartPosition
property. Pop3 server needs this information often, because
Pop3 protocol specifies that on eash mail contents
information size for each message should be visible. For
that reason this property is implemented as standalone and
is calculated on the fly.
|