Retrieves from the server the first nLines lines of the mail with number nMsg.
WebAPI.bdh
WebPopTop(in hPop : number, in nMsg : number, in nLines : number): boolean;
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 |