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

SendAsyncMDN Method

Sends the MDNReceipt to the RemoteURL specified.

Syntax

[VB.NET]
Public Sub SendAsyncMDN(ByVal RemoteURL As String, ByVal MDNReceipt As String, ByVal MDNReceiptHeaders As String)
[C#]
public void SendAsyncMDN(string remoteURL, byte[] MDNReceipt, string MDNReceiptHeaders);

Remarks

This method sends the asynchronous MDNReceipt to the RemoteURL specified. It need not be invoked if the prior call to SendResponse was successful. The RemoteURL, MDNReceipt, and MDNReceiptHeaders parameters should be the ones that were retrieved from ReceiptDeliveryOption and MDNReceipt's Content and Headers properties respectively.

If the RemoteURL requires SMTP transfer, the appropriate SMTP settings should be set using Config.

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