This method is used to retrieve a DataMotion message in standard MIME format. Senders and recipients are the only users that have access to the message and will be permitted to retrieve basic DataMotion header information and the Security Envelope. The message sender is the only user that will be permitted to retrieve detailed tracking information. When a message is retrieved using this function, tracking information will automatically be written indicating the message was read by the recipient. A session key must be submitted via the X-Session-Key header. The request body should be left empty. The message ID of the message you'd like to get the MIME format of must be passed in the URL of this method. A successful transaction will receive a 200 status code.
400 401The X-Session-Key header is missing. || Bad session key. || Session key expired. || Could not parse the message ID into an integer. || You do not have access to message with id [MessageId]. || The message has been deleted from the Inbox and is no longer available. || This message has been deleted from Track Sent and is no longer available.