Click or drag to resize

CEmail.Decode Method

X#
Extract all information from the various parts of an e-mail.

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 mail message to decode.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method knocks down all of the different parts of the raw e-mail stream and assigns them to appropriate properties.
See Also