WebPopResponseML Function

Action

Retrieves a multi-line response from the POP3 server.

Include file

WebAPI.bdh

Syntax

WebPopResponseML(in hPop: number): boolean;

Return value

  • true if the response was successfully received and the server confirmed with "+OK"

  • false otherwise

Parameter Description
hPop Handle to a Web connection that was created by WebPopConnect
Note: Multiline responses are terminated by CRLF DOT CRLF.
Note: This function is used only after a WebTcpipSend command, which sends the custom POP3 command to the server. The response data is discarded after retrieval.