| Home | All functions | Legacy functions | Categories |
vuPOP3Delete(LONG InMessageNumber),LONG,PROC,PASCAL,RAW,NAME('vuPOP3Delete')
Marks one POP3 message for deletion on the server.
| Parameter | Type | Description | |—|—|—| | InMessageNumber | LONG | 1-based POP3 message number to delete. |
0: Message marked for deletion.< 0: Invalid message number or POP3 command/state error.MAP
MODULE('vuMail.dll')
vuPOP3Delete(LONG InMessageNumber),LONG,PROC,PASCAL,RAW,NAME('vuPOP3Delete')
END
END
rc LONG
msgNo LONG
msgNo = 1
rc = vuPOP3Delete(msgNo)
| Home | All functions | Legacy functions | Categories |