Hi all
My aim is to catch the entry created in outbox, validate it and then send it. For that
I caught the SMS entry created in outbox and then changed its sending state to unknown/waiting
entry.SetSendingState(KMsvSendStateUnknown);
main->ChangeL(entry);
The states were changed as I can see them in outbox. Then after getting the details I want I again changed the state to sending (and the changes were reflected in outbox entry again) and the message was not send my phone messaging as I was expecting.
I also tried changing the state to Resend and change the iDate of TMsvEntry with the hope that phone messaging will automatically send the sms now.
But it was not as expected.
What should I do to achieve this?
Thanks



