Load Method
Description
Downloads an attachment file to a client machine.
Syntax
Visual Basic
Public Sub Load( _
   ByVal synchronize As Boolean, _
   ByRef RootPath As String _
) 
Parameters
synchronize
If true, program run waits for download to complete. Otherwise, download is asynchronous.
RootPath

Output string variable. After the method returns, the value is the path to which the file was downloaded on the client machine.

The RootPath argument cannot be used in a VBScript. For applications that must be written in VBScript, such as VAPI-XP tests, pass an empty string. See Attachments and Extended Storage.

See Also