Hi all,
Is there any way to read mms with sender information.
I am using below code for read sms and mms this code is working for sms only but i am also want to read mms.
box=inbox.Inbox()
e32.ao_sleep(10)
id=box.sms_messages()
sender = box.address(0)
print sender
box.bind(fun)
Please help me in this way.
Thanks in advance.




Reply With Quote


