CPop.CheckReply Method | |
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
public virtual Usual CheckReply()
Request Example
View SourceReturn 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