GetPop3MailListing (open)
This function will list the emails in the inbox and download their headers
Syntax
LOADLIB "wh::internet/pop3.whlib";
RECORD ARRAY FUNCTION GetPop3MailListing(INTEGER connectionid)Parameters
INTEGER connectionidID of the connection
Return value
RECORD ARRAYRecord Array containing:
contenttypeContent type of the message, including any subtype information
dateDate the email was sent
headersFull headers of the message
idMessage unique ID
messageidMessage-ID of the email
senderSender of the email (example "Name" )
sizeSize of the email (in bytes)
subjectSubject of the email