interface Mailbox {
    email?: EmailAddress;
    mailboxId: number;
}

Properties

Properties

email?: EmailAddress

The email address of the mailbox.

mailboxId: number

The ID of the mailbox.