Interface PageEmailProjection

Paginated email projection results. EmailProjections and EmailPreviews are essentially the same but have legacy naming issues. Page index 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

Hierarchy

  • PageEmailProjection

Properties

content?: EmailProjection[]

Memberof

PageEmailProjection

empty?: boolean

Memberof

PageEmailProjection

first?: boolean

Memberof

PageEmailProjection

last?: boolean

Memberof

PageEmailProjection

number?: number

Memberof

PageEmailProjection

numberOfElements?: number

Memberof

PageEmailProjection

pageable?: PageableObject

Memberof

PageEmailProjection

size?: number

Memberof

PageEmailProjection

sort?: SortObject

Memberof

PageEmailProjection

totalElements: number

Memberof

PageEmailProjection

totalPages: number

Memberof

PageEmailProjection