Description
-
Holds message size.
Property type
-
A Long value.
Syntax
-
object.Size
The Size Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
Remarks
-
This property holds total number of bytes used for the
message, as reported by the server. Actual message can be
larger if formatting was different on the server side - for
example if server uses LF (line feed) as line separator,
and wodPop3 uses CRLF (carriage return - line feed) on
local side.
|