Click or drag to resize

CPop.CheckReply Method

X#
Check the response from a POP server for error codes.

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

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method checks the response string from the POP server for error codes, and sets the ReplyCode, ReplyString and Error properties.
See Also