Hi,

I just moved my Symbian/Qt Mobility code for sending text messages to Maemo5 
and it's not working now. Can someone tell me why or give me an idea why it 
might stop working on Maemo5?

I can get the messages fine it's just sending that's a problem. 


        QMessage message;
        message.setType(QMessage::Sms);
        message.setTo(QMessageAddress(QMessageAddress::Phone,contactAddress));
        message.setBody(body);

        if(messageService.send(message)) {
       
        } else {
          // message sending failed
        }


Thanks,
Jim



      

_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to