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

SendResponse Method

Sends the MDN receipt.

Syntax

[VB.NET]
Public Sub SendResponse()
[C#]
public void SendResponse();

Remarks

Sends the MDN receipt specified by MDNReceipt. You may create this receipt by invoking ProcessRequest or CreateMDNReceipt.

By default the component will assume that your SMTP server is located at the same address as your incoming mail server. To set a different address, to use a non default port, see the various Config settings. To use SMTPS (SSL), set the various SSL properties.

A response will only be sent if requested by the client. If MDNTo is empty, this method will do nothing.

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