Hello,
I'm trying to delete an EmailMessage from a WindowsMobile application.
However, a NullReferenceException occurs when I call Delete() method whereas EmailMessage object exists (itemId is correct).
I use InTheHand 3.3 library. I don't know if this functionnality is supported by this version.
I tried to call MoveTo(...) method to put EmailMessage in DeletedItems folder before deleting it but NullReferenceException occurs equally.
Moreover, I didn't access to ParentFolder property to check EmailMessage folder.
Alex