interface ListMailboxesResponse {
    mailboxes: Mailbox[];
    totalCount: number;
}

Properties

mailboxes: Mailbox[]

List of mailboxes.

totalCount: number

Total number of mailboxes.