CMessage.DecodeAndSaveAs Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DecodeAndSaveAs(
Usual cPath = default,
Usual cFile = default,
Usual cMail = default
)
Request Example
View SourceParameters
- 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