Description
-
Returns estimated size of the attachment, prior to decoding.
Property type
-
A Long value.
Syntax
-
object.Size
The Size Property syntax has these parts:
Remarks
-
Size property will return approximate size of the attachment.
Since this calculation is done before you actually decode the
attachment (and wodPop3 will not decode it internally since this can
be lengthy process), approximation will be given, depending if it is
encoded using
BASE64, Quoted-Printable or any other encoding.
|