wodMailbox 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 Attachment.
Filename Optional. A Variant value. Full path to file on disk 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 not specified default Filename will be used, as specified by the sender.

Depending on Encoding property, wodMailbox 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.