wodPop3 ActiveX Control - Size Property
      
 

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:

Part Description
object An expression evaluating to an object of type Pop3Attachment.

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.