AS2MdnSettings interface

The AS2 agreement mdn settings.

Properties

dispositionNotificationTo

The disposition notification to header value.

mdnText

The MDN text.

micHashingAlgorithm

The signing or hashing algorithm.

needMDN

The value indicating whether to send or request a MDN.

receiptDeliveryUrl

The receipt delivery URL.

sendInboundMDNToMessageBox

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

sendMDNAsynchronously

The value indicating whether to send the asynchronous MDN.

signMDN

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

signOutboundMDNIfOptional

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

Property Details

dispositionNotificationTo

The disposition notification to header value.

dispositionNotificationTo?: string

Property Value

string

mdnText

The MDN text.

mdnText?: string

Property Value

string

micHashingAlgorithm

The signing or hashing algorithm.

micHashingAlgorithm: string

Property Value

string

needMDN

The value indicating whether to send or request a MDN.

needMDN: boolean

Property Value

boolean

receiptDeliveryUrl

The receipt delivery URL.

receiptDeliveryUrl?: string

Property Value

string

sendInboundMDNToMessageBox

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

sendInboundMDNToMessageBox: boolean

Property Value

boolean

sendMDNAsynchronously

The value indicating whether to send the asynchronous MDN.

sendMDNAsynchronously: boolean

Property Value

boolean

signMDN

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

signMDN: boolean

Property Value

boolean

signOutboundMDNIfOptional

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

signOutboundMDNIfOptional: boolean

Property Value

boolean