IPWorks S/MIME 2020 C++ Builder Edition

Questions / Feedback?

MailboxList Event

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

Syntax

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

typedef void __fastcall (__closure *TipmSIMAPMailboxListEvent)(System::TObject* Sender, TipmSIMAPMailboxListEventParams *e);

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

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) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 C++ Builder Edition - Version 20.0 [Build 8154]