Description
-
Holds size of message text, 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 Message. |
Remarks
-
This property holds total number of bytes used for the
message in the mailbox file. It can be different than
Bytes
property, because of message poor formatting. When
wodMailbox loads it in memory, it might rewrite it to have
the same contents, but maybe a different structure (or
maybe just different CRLF sequences).
|