SendResponse Method
Sends the MDN receipt.
Syntax
public void SendResponse();
Public Sub 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.