Here is the code sir.
Dim SmsMessages1 As SmsMessagesDim List1 AsList
List1 = SmsMessages1.GetAllSince(DateTime.Add(DateTime.Now, 0, 0, -7))
For i = 0 To List1.Size - 1
Dim Sms As Sms
Sms = List1.Get(i)
Log(Sms)
Next
i want to get every part of sms not the whole data that is separarate the comma.
i want to split the address, phonenumber etc.
tnx.