Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I Send & Receive SMS from QT mobile application for symbian?

Tags:

c++

sms

qt

I'm developing a mobile applicatiom for symbian but I have a problem about sending and receiving SMS. I searched on internet but didn't find good solutions because lots of them were archived.

Waiting your help.

Best Regards.

like image 613
mertaydin Avatar asked Oct 05 '22 21:10

mertaydin


1 Answers

The messaging library provides a set of APIs for accessing messaging data. Interfaces are provided to retrieve and query messages, folders and accounts, also interfaces to create, modify, and store messages are provided. A unified interface for manipulation and storage of SMS, MMS, MIME Email and TNEF Email messages is provided. Handling of messages that have only been partially retrieved is supported.

http://doc.qt.digia.com/qtmobility-1.2/messaging.html

like image 185
hate-engine Avatar answered Oct 12 '22 11:10

hate-engine