Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

ListMailboxes Method

Lists all mailboxes matching all criteria in the Mailbox property.

Syntax

[VB.NET]
Public Sub ListMailboxes()
[C#]
public void ListMailboxes();

Remarks

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) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0