Hi
please advise ,
I use this code in the UIQ , the CSmsMessage and TSmsUserDataSettings are not included in the Series 60 as I understand , what can I replace them with ???
iSmsMsg = CSmsMessage::NewL(iFs, CSmsPDU::ESmsSubmit, smsBuffer);
TSmsUserDataSettings smsSettings;
smsSettings.SetAlphabet(TSmsDataCodingScheme::ESmsAlphabet7Bit);
smsSettings.SetTextCompressed(EFalse);
iSmsMsg->SetUserDataSettingsL(smsSettings);
iSmsMsg->SetToFromAddressL(aAddress);