SecureMailDto

constructor(id: String, direction: SecureMailDirectionDto, subject: String, replyToSecureMailId: String? = null, content: String? = null, priority: PriorityLevelDto? = null, senderName: String? = null, senderAddress: String? = null, receiverName: String? = null, receiverAddress: String? = null, dateRead: OffsetDateTime? = null, dateSent: OffsetDateTime? = null, attachments: MutableList<AttachmentMetadataDto>? = null)

Parameters

id

ID of the Secure Mail.

direction
subject

The subject of the Secure Mail.

replyToSecureMailId

ID of the Secure Mail to which this is reply.

content

The text of the Secure Mail.

priority
senderName

The name of the actual Secure Mail message sender. May be used for display in the UI.

senderAddress

Email address of the sender.

receiverName

The name of the actual Secure Mail message receiver. May be used for display in the UI.

receiverAddress

Email address of the receiver.

dateRead

Date when the Secure Mail message was read.

dateSent

Date when the Secure Mail message was sent.

attachments