SetIMAPMailBoxSubscriptionStatus (open)
This function will changed the subscribed status of a mail folder
Syntax
LOADLIB "wh::internet/imap.whlib";
BOOLEAN FUNCTION SetIMAPMailBoxSubscriptionStatus(INTEGER connectionid, STRING mailfolder, BOOLEAN subscribed)Parameters
INTEGER connectionidID of the connection (opened by OpenIMAPAccount)
STRING mailfolderName of the mail folder
BOOLEAN subscribedNew subscribed status of the folder
Return value
BOOLEAN