CPop.RecvRemote Method | |
Receive response data from a remote mail server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RecvRemote() AS USUAL
public override Usual RecvRemote()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method receives data from the connected remote POP server. Received data is stored to the ReplyString property.
See Also