EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

SendAsyncMDN Method

Sends the MDNReceipt to the URL specified.

Syntax

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

Remarks

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

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

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0