Click or drag to resize

CMailAbstract.RecvRemote Method

X#
Receive data from a remote host.

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

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
The RecvRemote() method receives data from a connected remote host. Received data are stored to instance variable, SELF:cReply.
See Also