this code should send the sms but it dosen't do i'm successfuly
create the message and put it in the draft folder
please read this code and tell me what's the wrong
and Email me a_shaf3y@yahoo.com
this class is inherted from CActive class
iSmsMtm->SwitchCurrentEntryL(iSmsId);
//load the message
iSmsMtm->LoadMessageL();
//set the sms service center address
CSmsSettings& settings = iSmsMtm->ServiceSettings();
const TInt numSCAddresses = settings.NumSCAddresses();
//Get the Default SC address , if valid
//just get the first from the list
if((settings.DefaultSC() >= 0) && (settings.DefaultSC()< numSCAddresses ))
{
serviceCenterNumber = &(settings.SCAddress(settings.DefaultSC()));
}
else
{
serviceCenterNumber = &(settings.SCAddress(0));
}