Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a draft message identified by the specified draft message ID.

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:draftmessageGet>
         <draftMessageId>16</draftMessageId>
      </ecm:draftmessageGet>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels