Languages

Menu
Sites
Language
Save/restore SMS

i am able to send/read/list SMS but unable to save sms without sending.  Is there any API to save SMS in inbox/sent/recevied folder ?

 

Responses

3 Replies
Yasin Ali

Hi~,

You may register/unregister a callback function to check whether a message is sent successfully or not.

Check the function:

int messages_send_message ( messages_service_h service, messages_message_h msg, bool
save_to_sentbox, messages_sent_cb callback, void * user_data )

Set to true to save the message in the sentbox

Link : https://developer.tizen.org/dev-guide/native/2.3.0/org.tizen.mobile.native.apireference/group__CAPI__MESSAGING__MESSAGES__MODULE.html

Hope it will help you.
If you find my post is helpful for you, please mark it as the Best Answer to promote this post to others.

Sridher Jakku

Hi, the question is not about message ack;  but it is about to save SMS from file/dynamic.

Yasin Ali

How you think to  save SMS from file/dynamic?

You are writing/composing sms typing on keyboard.

You can save sms to other media.