EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

MDNTo Property

The URL for the Message Disposition Notification (MDN).

Syntax

[VB.NET]
Public Property MDNTo As String

[C#]
public string MDNTo {get; set;}

Remarks

MDNTo corresponds to the Disposition-Notification-To header of RequestHeaders. If nonempty, the client has requested that an MDN-based receipt be returned to the URL specified. This receipt will be generated in a call to ProcessRequest or CreateMDNReceipt, and may be sent by calling SendResponse.

The receipt and headers will be contained in MDNReceipt.

According to RFC specifications, MDNReceipt must be sent if requested by the client.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]