DeleteIMAPMailFolder (open)
This function will delete a mail folder
Syntax
LOADLIB "wh::internet/imap.whlib";
BOOLEAN FUNCTION DeleteIMAPMailFolder(INTEGER connectionid, STRING mailfolder)Parameters
INTEGER connectionidID of the connection (opened by OpenIMAPAccount)
STRING mailfolderName of the mail folder to remove
Return value
BOOLEANboolean Indicating if the mail folder was succesfully deleted