IP*Works! 2016 macOS Edition
IP*Works! 2016 macOS Edition
Questions / Feedback?

listMailboxes (method)

Lists all mailboxes matching all criteria in the Mailbox property.

- (void)listMailboxes

Discussion

This method lists all of the mailboxes matching the criteria in the Mailbox property. Matching mailboxes are returned through the MailboxList event.

Example (List All Mailboxes)


IMAPControl.Mailbox = "*"
IMAPControl.ListMailboxes()

Example (List All Mailboxes Inside INBOX)


IMAPControl.Mailbox = "INBOX.*"
IMAPControl.ListMailboxes()

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 macOS Edition - Version 16.0 [Build 7353]