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 successfull execution you can get the message data using ibec_pop3_GetProperty function.

Example

back to top of page
<< ibec_pop3_Uidl | IBEBlock | ibec_pop3_Dele >>