Hi, all 8)
How can I programmatically get the phone number of a SMS-sender. For example, getting the body looks like that:
CRichText& body = iMtm->Body();
Where's number of sender?
Great Thanks for helping 8))
Hi, all 8)
How can I programmatically get the phone number of a SMS-sender. For example, getting the body looks like that:
CRichText& body = iMtm->Body();
Where's number of sender?
Great Thanks for helping 8))
try this one may be it works:
TPtrC iSenderAddress((iSmsMtm->SmsHeader()).FromAddress());