| OpenPop3Email |
| |
This function will open a message from the POP3 server |
| |
| Library |
 |
wh::internet/pop3.whlib |
| |
| Syntax |
 |
PUBLIC RECORD FUNCTION OpenPop3Email (INTEGER connectionid,INTEGER message) |
| |
| Parameters |
 |
| connectionid |
 |
ID of the connection |
 |
| message |
 |
Integer message number in the mailbox |
 |
|
| |
| Returns |
 |
Record of the email (only if the email was found), check the field email.error (which only exists in case of an error) |
| |
The record contains the following cells:
| header |
 |
Header of the email message |
 |
| data |
 |
Top mimepart of the email message |
 |
|
| |