Mobile extensions - MMS attachments
Hi.
Should it be possible to use MMS attachments? Anybody succeeded to send MMS with an attachment? Sending is ok, but the attachment is not just there. The file exists for sure and the path is correct.
list.append("c:\\Data\\test.txt");
msg.setBody("Test");
msg.setAttachments(list);
msg.setType(XQMessaging::MsgTypeMMS);
msging->send(msg);
Re: Mobile extensions - MMS attachments
Hi,
I just tested and it with jpg image and it seems to work. Could you please share some code so we could trace the problem?
Make sure that you call message.setAttachments(). I forgot it and wondered why it didn't work :)
Ps.
I had some problems with libs. I had to add some extra stuff to get application working
-lcharconv -lgsmu
-Ilkka
Re: Mobile extensions - MMS attachments
Take a look at CameraMMS Demo that can be found from "Mobile Extension first preview package":
[url]http://wiki.forum.nokia.com/index.php/Mobile_Extensions[/url]
CameraMMS Demo uses XQMessaging class for sending and receiving MMS messages which include
attached picture.