You will need to append the carriage returns to your message content before you send it. Depending on your message type depends on what you need to do. Most likely you need to convert to a plain text message and append \r to the front of your message.
message = qie.createTextMessage('\r\r' + message.getNode('/'));