interface ListEmailsResponse {
    emails: Email[];
    totalCount: number;
}

Properties

Properties

emails: Email[]

Single page of emails matching the requested criteria.

totalCount: number

Number of emails matching the requested criteria.