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);




