Click or drag to resize

CNNTP.GetHeader Method

X#
Retrieves a specified message header from the selected group.

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

Parameters

xMsg (Optional)
Type: Usual
This can be a numeric ID or a string containing a unique identifier. If xMsg is not specified, the current message is assumed.

Return Value

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