IPWorks EDI 2020 Delphi Edition

Questions / Feedback?

MailboxList Event

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

Syntax

type TMailboxListEvent = procedure (
  Sender: TObject;
  const Mailbox: String;
  const Separator: String;
  const Flags: String
) of Object;

property OnMailboxList: TMailboxListEvent 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 EDI 2020 Delphi Edition - Version 20.0 [Build 8203]