MailboxList Event
Fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods.
Syntax
virtual int FireMailboxList(PIMAPMailboxListEventParams *e);
typedef struct {
char* Mailbox;
char* Separator;
char* Flags;
int reserved;
} PIMAPMailboxListEventParams;
Remarks
This method is fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods. The Separator parameter contains the character that separates the different parts in the mailbox path hierarchy.