IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

MailboxList Event

Fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods.

Syntax

typedef void __fastcall (__closure *TipwIMAPMailboxListEvent)(System::TObject* Sender, TipwIMAPMailboxListEventParams *e);

__property TipwIMAPMailboxListEvent OnMailboxList = {read=FOnMailboxList, write=FOnMailboxList};

typedef struct {
     String Mailbox;
     String Separator;
     String Flags;
} TipwIMAPMailboxListEventParams;

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.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0