OpenPop3Email (open)
This function will open a message from the POP3 server
Syntax
LOADLIB "wh::internet/pop3.whlib";
RECORD FUNCTION OpenPop3Email(INTEGER connectionid, INTEGER message)Parameters
INTEGER connectionidID of the connection
INTEGER messageInteger message number in the mailbox
Return value
RECORDRecord of the email (only if the email was found), check the field email.error (which only exists in case of an error)
dataTop mimepart of the email message
headerHeader of the email message