SearchSecureMailRequestDto

constructor(direction: SecureMailDirectionDto? = null, dateSentFrom: OffsetDateTime? = null, dateSentTo: OffsetDateTime? = null, dateReadFrom: OffsetDateTime? = null, dateReadTo: OffsetDateTime? = null, subject: String? = null, readStatus: ReadStatusDto? = eu.m8ty.dtos.common.ReadStatusDto.ALL)

Parameters

direction

Filter by Secure Mail direction.

dateSentFrom

From date of the date sent range.

dateSentTo

To date of the date sent range.

dateReadFrom

From date of the date read range.

dateReadTo

To date of the date read range.

subject

The subject of the Secure Mail.

readStatus