AS2MdnSettingsResponse

data class AS2MdnSettingsResponse(val dispositionNotificationTo: String? = null, val mdnText: String? = null, val micHashingAlgorithm: String, val needMDN: Boolean, val receiptDeliveryUrl: String? = null, val sendInboundMDNToMessageBox: Boolean, val sendMDNAsynchronously: Boolean, val signMDN: Boolean, val signOutboundMDNIfOptional: Boolean)

The AS2 agreement mdn settings.

Constructors

Link copied to clipboard
constructor(dispositionNotificationTo: String? = null, mdnText: String? = null, micHashingAlgorithm: String, needMDN: Boolean, receiptDeliveryUrl: String? = null, sendInboundMDNToMessageBox: Boolean, sendMDNAsynchronously: Boolean, signMDN: Boolean, signOutboundMDNIfOptional: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disposition notification to header value.

Link copied to clipboard
val mdnText: String? = null

The MDN text.

Link copied to clipboard

The signing or hashing algorithm.

Link copied to clipboard

The value indicating whether to send or request a MDN.

Link copied to clipboard

The receipt delivery URL.

Link copied to clipboard

The value indicating whether to send inbound MDN to message box.

Link copied to clipboard

The value indicating whether to send the asynchronous MDN.

Link copied to clipboard

The value indicating whether the MDN needs to be signed or not.

Link copied to clipboard

The value indicating whether to sign the outbound MDN if optional.