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 connectionid

ID of the connection

INTEGER message

Integer message number in the mailbox

Return value

RECORD

Record of the email (only if the email was found), check the field email.error (which only exists in case of an error)

data

Top mimepart of the email message

header

Header of the email message