wodPop3 ActiveX Control - Save Method
      
 

Description

Stores message 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 Pop3Msg.
Filename Required. A String value. Full path to a file where message (or message part) will be saved.

Remarks

Save method will save the message (or the message part, depends on where do you call it from) to separate file. You can use Save method only if you have retrieved full message from the server, not only the headers.

Saving a message sometimes can be time consuming process. Sometimes is a better idea to set Message.Filename property to destination file prior to downloading message - in which case message will be saved there directly during retrieval. wodPop3 will not delete that file in that case.