Hi, I've a problem with SmsMessage read function, I've made an application to read sms message and changing status after read. Dim smsNewMsg As InTheHand.WindowsMobile.PocketOutlook.SmsMessage = SmsAccount.Inbox.Item(contatore) smsNewMsg.Read = True smsNewMsg.Update() This code work with Evaluation...