DeleteIMAPEmail (open)
This function will delete an email
Syntax
LOADLIB "wh::internet/imap.whlib";
BOOLEAN FUNCTION DeleteIMAPEmail(INTEGER connectionid, STRING mailbox, INTEGER uid)Parameters
INTEGER connectionidID of the connection (opened by OpenIMAPAccount)
STRING mailboxINTEGER uidReturn value
BOOLEANboolean Indicating if the email was deleted succesfully