MailboxList Event
Fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods.
Syntax
typedef void __fastcall (__closure *TipgPIMAPMailboxListEvent)(System::TObject* Sender, TipgPIMAPMailboxListEventParams *e);__property TipgPIMAPMailboxListEvent OnMailboxList = {read=FOnMailboxList, write=FOnMailboxList};
typedef struct {
String Mailbox;
String Separator;
String Flags;
} TipgPIMAPMailboxListEventParams;
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.