CMailAbstract.RecvRemote Method | |
Receive data from a remote host.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RecvRemote() AS USUAL
public virtual Usual RecvRemote()
Request Example
View SourceReturn 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