Click or drag to resize

CMailAbstract.SendRemote Method

X#
Send any data to a remote host.

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

Parameters

cData (Optional)
Type: Usual
Data to be sent to the remote host.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method sends data via a socket to the remote host.
See Also