ibec_pop3_List
Description
ibec_pop3_List performs the POP3 LIST command, retrieving a string with numbers and sizes (in bytes) of all of the messages available on a POP3 server. It returns TRUE if succeeded, otherwise it returns FALSE.
Syntax
function ibec_pop3_List(POP3Session : variant) : variant;
You can get a list of messages using ibec_pop3_GetProperty function.
Example
back to top of page
<< ibec_pop3_ConnectAndAuth | IBEBlock | ibec_pop3_Uidl >>