vote up 1 vote down star

Hello,

I'm looking for a code snippet that can delete all emails and text messages on a Windows Mobile device. Preferably the code would delete items in the Sent and Drafts folders as well as the Inbox.

My platform is Windows Mobile (5.0 SDK) and .net 2.0 compact framework (C# / VB.NET)

Many thanks

flag

45% accept rate

1 Answer

vote up 1 vote down check

Unfortunately Microsoft has not made this easy for managed developers. Why the WindowsMobile.PocketOutlook class wrappers don't provide this functionality one can only guess. What you have to do is write your own COM interop object to MAPI. Sorry, I don't have one to give you as a sample, but I can at least give you pointers to the methods you'll be interested in:

InTheHand has a wrapper that has additional methods for POOM, but I've never used it and I don't know if it has anything that does what you need. Might be worth a look, though, before embarking on rolling this yourself.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.