Click or drag to resize

CMessage.DecodeAndSaveAs Method

X#
This is an abstract method called by CMessage:SaveAs() If the code type is unknown. This method can be provided by the developer to implement unsupported code types.

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

Parameters

cPath (Optional)
Type: Usual
The path to use when saving the file.
cFile (Optional)
Type: Usual
The file name to use.
cMail (Optional)
Type: Usual
The raw string to be decoded.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks

Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also