IMAP MailboxList |
|
Date Entered: 6/5/2002
|
Last Update: 6/5/2002
|
APPLIES TO |
|
|
|
|
SYNOPSIS |
I need to get a list of all mailboxes on the account, not just the top Inbox. |
SOLUTION |
In the IMAP protocol, if you perform the list mailboxes method on mailbox, the list returned
will contain every mailbox in the account. For example:
imap.Mailbox = "*"
imap.ListMailboxes
|