Interface: PageEmailProjection
Paginated email projection results. EmailProjections and EmailPreviews are essentially the same but have legacy naming issues. Page starts at zero. Projection results may omit larger entity fields. For fetching a full email entity use the projection ID with individual method calls. For emails there are several methods for fetching message bodies and attachments.
export
interface
PageEmailProjection
Table of contents
Properties
Properties
content
• Optional
content: EmailProjection
[]
memberof
PageEmailProjection
empty
• Optional
empty: boolean
memberof
PageEmailProjection
first
• Optional
first: boolean
memberof
PageEmailProjection
last
• Optional
last: boolean
memberof
PageEmailProjection
number
• Optional
number: number
memberof
PageEmailProjection
numberOfElements
• Optional
numberOfElements: number
memberof
PageEmailProjection
pageable
• Optional
pageable: PageableObject
memberof
PageEmailProjection
size
• Optional
size: number
memberof
PageEmailProjection
sort
• Optional
sort: Sort
memberof
PageEmailProjection
total
• Optional
total: number
memberof
PageEmailProjection
totalElements
• Optional
totalElements: number
memberof
PageEmailProjection
totalPages
• Optional
totalPages: number
memberof
PageEmailProjection