如何将图片从应用程序发送到短信?

问题描述:

我正在开发一个程序,在该程序中,用户可以选择一个img并将其发送到短信,而不是用户输入电话号码并将其发送给其他人,我可以将字符串发送到SMS页面,例如;&nbsp ;

Im developing a program ,in that program user can select an ımage and send it to the sms than the user will type the phone number and send it to other people , I can send string to SMS page like ; 

但是我不知道如何为MMS图片使用它?有什么主意吗?

but I dont know how to do it for Pictures for MMS ? any idea ?

似乎只允许使用字符串体,没有属性和方法可以通过sms附加或执行除sms以外的任何操作smsComposeTask().也许将来我们会获得mmsComposeTask()任务.
It appears that only string body is allowed and there are no properties and methods to attach anything or do anything other than sms with an smsComposeTask(). Perhaps in the future we will get an mmsComposeTask() task.