Description
-
Returns size of the attachment, prior to decoding.
Property type
-
A Long value.
Syntax
-
object.Size
The Size Property syntax has these parts:
object |
An expression evaluating to an object
of type Attachment. |
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.
|