meta data for this page
  •  

ibec_pop3_Retr

Description

ibec_pop3_Retr performs the POP3 RETR command, retrieving a string with the entire text (including header) of the message specified with MessageNumber. ibec_pop3_Retr returns TRUE if succeeded, otherwise it returns FALSE.

Syntax

 function ibec_pop3_Retr(POP3Session : variant; MessageNumber : integer) : variant;

After successful execution you can get the message data using ibec_pop3_GetProperty function.

Example