interface ListMailAccountsResponse {
    mailAccounts: MailAccount[];
    totalCount: number;
}

Properties

mailAccounts: MailAccount[]

List of mail accounts.

totalCount: number

Total number of mail accounts.