i already have this which triggers perfectly:
Private WithEvents session As New InTheHand.WindowsMobile.PocketOutlook.OutlookSession
Private Sub sent(ByVal sender As Object, ByVal e As InTheHand.WindowsMobile.PocketOutlook.MessagingItemEventArgs) Handles session.MessagingItemMoved
'do something...
End Sub
But how do i get the specific sms item that has been moved?