Click or drag to resize

CMessage.Decode Method

X#
Decodes a raw message string into its parts.

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

Parameters

cMail (Optional)
Type: Usual
The raw string to be decoded.

Return Value

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