Discussion Board
SMS - SMSHeader - Send Number For InBox SMSes?
2005-08-11, 11:04
#1
Regular Contributor
Hi,
Need to extract sender number for an SMS which is in the InBox. Managed to get Date, Time and Body of the text. But, could not sender number. Which method/getter of SMS header returns sender phone number? Pls do help.
Thanks.
Regards,
Peri
sms date & time.
2005-08-11, 15:15
#2
Registered User
The following code using Vb6.
Source:
Noika_PC_Connectivity_SDK_3.0_Component_LIbrary_Reference.pdf.
Refer Page No.132
Call SMSMemory.Read(SMSMemType, MemoryIndex, Msg, MarkMessageAsRead)
MessageText = " Message From: " & Msg.OtherEndAddress & " : " _
& Msg.UserDataText
In your email you told that you are able to retrieve the received sms date & time. But I am unable to get it.
Could you help me in that
snramkumar@hotmail.com
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules