prepopulated sms

I was wondering if it is possible to create a prepopulated sms message from corona. i have tried
system.openURL( “sms:4155555555?body=text” );
and it doesn’t work. [import]uid: 2773 topic_id: 1051 reply_id: 301051[/import]

Case #227. [import]uid: 54 topic_id: 1051 reply_id: 2743[/import]

According to the following, Apple does not support the full SMS spec:

http://iphonedevelopertips.com/cocoa/launching-other-apps-within-an-iphone-application.html

And looking at the docs, functionality is limited to specifying the phone number:

http://developer.apple.com/iphone/library/featuredarticles/iPhoneURLScheme_Reference/Articles/sms.html#//apple_ref/doc/uid/TP40008054-SW1

[import]uid: 26 topic_id: 1051 reply_id: 3612[/import]