Hi all,
We want to know if there is any way to count how many SMS are actually sent in a long SMS message?
We used CSmsClientMtm to send SMS. Each SMS should be able to contain 160 characters or 70 UTF8 characters.
We are using this setting for all messages:
serviceSettings.SetCharacterSet(TSmsDataCodingScheme::ESmsAlphabetUCS2) ;
But it seems using our function some messages will send out two messages if there are more than 70 characters. While using the default SMS writer will only send one out.
But we can’t find any Symbian API to check how many SMSs are actually sent. Is there such API so we can debug easily?
Thanks,
Picco



