| Home | All functions | Legacy functions | Categories |
vuPOP3LoadHeader(LONG InMessageNumber),LONG,PROC,PASCAL,RAW,NAME('vuPOP3LoadHeader')
Retrieves and parses only message headers for one POP3 message.
| Parameter | Type | Description | |—|—|—| | InMessageNumber | LONG | 1-based POP3 message number to load. |
0: Headers loaded successfully.< 0: POP3 command, message index, or parse/state failure.MAP
MODULE('vuMail.dll')
vuPOP3LoadHeader(LONG InMessageNumber),LONG,PROC,PASCAL,RAW,NAME('vuPOP3LoadHeader')
END
END
rc LONG
msgNo LONG
msgNo = 1
rc = vuPOP3LoadHeader(msgNo)
IF rc < 0
MESSAGE('vuPOP3LoadHeader failed: ' & rc)
END
vuPOP3Connect first.vuPOP3LoadEmail instead.| Home | All functions | Legacy functions | Categories |