I am using the following code to get the phone Number in the recipient field of sms. it is working fine, but it is giving me Contact Name(if the Contact is present against the recipient number). Now the problem is, How could I get the Actually Number instead of Contact Name( because there may be more than one Mobile number against one Contact).
Code is this
TMsvEntry entry1 = entry->Entry();
TBufC<30> aText(entry1.iDetails); // Gives you phone Number







