My SDK is s60_3rd.The code below is mine.But failed.
TMsvSelectionOrdering selections;
CMsvEntry* parentEntry = CMsvEntry::NewL( iSmsMtm->Session(), KMsvDraftEntryId, selections );
CleanupStack::PushL( parentEntry );
// Move message to Outbox.
parentEntry->MoveL(entry.Id(),KMsvGlobalOutBoxIndexEntryId);
Thanks.






