how do i create a message in my inbox using msg.moveto?
Dim msg As New InTheHand.WindowsMobile.PocketOutlook.SmsMessage
msg.Body = "inserted sms"
when msg.From is ReadOnly?
i'd like to add a new sms in the inbox with the "From" = to a certain number and then search for the number in my contact list and change the number to the FileAs if it's there, if not then it will just show the number.