AS1MessageId Property
The Id of the message.
Data Type
StringDefault Value
"@%MessageId%"Remarks
The Id format is as in RFC 2822: id-left@id-right. This will be the Id assigned to the AS1 message.
In the Send Adapter, AS1MessageId returns an Id generated by the adapter for each outgoing file.
In the Receive Adapter, AS1MessageId contains the Original-Message-ID reported in the MDN receipt, which identifies the Id of the initial AS1 transmission.
It is recommended that you match these values in your orchestration to ensure that the MDN receipt is matched against the transmission.
The Id format is as in RFC 2822: id-left@id-right .
If you set MessageId to a string of the form "@(id-right)" a unique id-left will be generated. If you set MessageId to an empty string, a new MessageId will be generated with the same id-right.
You may insert the keyword "%MessageId%" anywhere in the value to have the adapter generate and insert a globally unique identifier.