Click or drag to resize

CMessage.SaveAs Method

X#
Decode and save the attachment.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SaveAs(
	cPath,
	cFile,
	n
) AS USUAL CLIPPER
Request Example View Source

Parameters

cPath (Optional)
Type: Usual
The optional directory in which the file will be saved.
cFile (Optional)
Type: Usual
The optional file name to save the attachment as.
n (Optional)
Type: Usual
Which attachment to save. If not specified, the first attachment will be saved.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also