Hi,
I am using Series 60 SDK v1.2.
Does anyone know how to extract the header and content from an MMS message and then send them via GPRS?
Thanks a lot.
have you checked the MTM classed for MMS. They are quite ok documented in Series 60 SDK's. Also there is some example codes for MMS, maybe you should look into them as well.
For GPRS connection, you could have look into the sockets example code.
Thanks for your reply.
I downloaded the CSendAs example, and modified it to send only MMS messages.
I want to ask is it possible to extract the header and content of the MMS using the methods a in the CSendAppUi, and then create the socket to send these data?
If it is feasible, can I have some sample code?