IPWorks S/MIME 2020 Qt Edition

Questions / Feedback?

MailboxList Event

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

Syntax

class SIMAPMailboxListEventParams {
public:
  const QString &Mailbox();
  const QString &Separator();
  const QString &Flags();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void MailboxList(SIMAPMailboxListEventParams *e);
// Or, subclass SIMAP and override this emitter function. virtual int FireMailboxList(SIMAPMailboxListEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8154]