bizdoc | Document The document you want to deliver. If invoking from a Java program, the document must be an instance of com.wm.app.tn.doc.BizDocEnvelope. Otherwise, the structure of bizdoc is defined by
wm.tn.rec:BizDocEnvelope. |
retriesRemaining | String The number of retries remaining. The delivery engine passes this information into this server at every attempt of job delivery. |
serviceOutput | Document The output from the delivery. For the structure of serviceOutput, see
wm.tn.rec:SmtpDeliveryServiceOutput. The document contains the following keys: status String The outcome of the delivery: success or fail. statusMessage String The status message from the last attempt to deliver the document. For example, the status message might be Mail was sent successfully. transportTime String Total time (in milliseconds) it took to deliver the document. |