Delete Message With NDR wrapper
The Delete Message With NDR wrapper deletes a message from the queue and sends a nondelivery report (NDR) to the sender.
The following table describes the input parameters for the Delete Message With NDR wrapper.
Input parameter description for the Delete Message With NDR wrapper
The following figure shows a sample of an adapter request for the Delete Message With NDR wrapper.
XML sample of an adapter request for the Delete Message With NDR wrapper
<command>
<command-name>Delete-MessageWithNDR</command-name>
<parameters>
<parameter>
<name>QueueId</name>
<value>{0F5C33F2-B83A-41FA-9BE3-69C6D1314E13}
/63328132/63328136</value>
</parameter>
<parameter>
<name>QueueName</name>
<value>CurrentlyUnreachableLink</value>
</parameter>
<parameter>
<name>ProtocolName</name>
<value>SMTP</value>
</parameter>
<parameter>
<name>MessageId</name>
<value><B9222068CB53B342A1D5CA7BB4D4353559D7@s-17125></value>
</parameter>
</parameters>
</command>
</microsoft-exchange-request>
The following figure illustrates the adapter response for the Delete Message With NDR wrapper.
XML sample of the adapter response for the Delete Message With NDR wrapper
<metadata>
<status>success</status>
</metadata>
<commands-output>
<command-output>
<metadata>
<command>cscript "C:\Program Files\BMC Software\AO\CDP_75FCS\server
\grids\KGrid\library\adapters\bmc-adapter-microsoft-exchange-v2003
-actor_7.6.00-SNAPSHOT\scripts\deleteAMessageInQueueWithNDR.vbs"
"CurrentlyUnreachableLink" "SMTP" "<B9222068CB53B342A1D5CA7BB4D4353559D7@s
-17125>" "{0F5C33F2-B83A-41FA-9BE3-69C6D1314E13}/63328132/63328136"</command>
<line-count>8</line-count>
<execution-milliseconds>5328</execution-milliseconds>
<exit-code>0</exit-code>
<status>success</status>
</metadata>
<line index = "1">Attempting to connect to remote host...</line>
<line index = "2">Initialising rctrlx server component...</line>
<line index = "3">Executing remote application: cmd /c cscript
"%windir%\deleteAMessageInQueueWithNDR.vbs" "CurrentlyUnreachableLink"
"SMTP" "<B9222068CB53B342A1D5CA7BB4D4353559D7@s-17125>"
"{0F5C33F2-B83A-41FA-9BE3-69C6D1314E13}/63328132/63328136"</line>
<line index = "4">Remote application process ID: 2172</line>
<line index = "5">Microsoft (R) Windows Script Host Version 5.6</line>
<line index = "6">Copyright (C) Microsoft Corporation 1996-2001.
All rights reserved.</line>
<line index = "7">Deleting message with id: <
B9222068CB53B342A1D5CA7BB4D4353559D7@s-17125></line>
<line index = "8">Remote application exited with code: 0</line>
</output>
</command-output>
</commands-output>
</microsoft-exchange-response>