wodPop3 ActiveX Control - Save Method
      
 

Description

Stores attachment to file on disk.


Return Type

None  


Syntax

object.Save [Filename]



The Save Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3Attachment.
Filename Optional. A Variant value. Full path where attachment will be saved.

Remarks

Save method will save attachment to external file on disk, as specified in Filename parameter. Filename is optional, and if it's not specified, default Filename will be used as specified by the sender.

Depending on Encoding property, wodPop3 will decide which decoding algorithm should be used when saving file, so that attachment is properly decoded and saved (as binary raw data) to specified filename.

If Filename exists, it will be deleted prior to saving.