WebPopTop Function

Action

Retrieves from the server the first nLines lines of the mail with number nMsg.

Include file

WebAPI.bdh

Syntax

WebPopTop(in hPop   : number, 
          in nMsg   : number, 
          in nLines : 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
nMsg Number of the message whose header is to be retrieved
nLines Maximum size of the header sent by the server