c# - Programmatically delete emails and SMSs on a Window Mobile device -


i'm looking code snippet can delete emails , text messages on windows mobile device. preferably code delete items in sent , draft folders inbox.

my platform windows mobile (5.0 sdk) , .net 2.0 compact framework (c# / vb.net)

unfortunately microsoft has not made easy managed developers. why windowsmobile.pocketoutlook class wrappers don't provide functionality 1 can guess. have write own com interop object mapi. sorry, don't have 1 give sample, can @ least give pointers methods you'll interested in:

inthehand has wrapper has additional methods poom, i've never used , don't know if has need. might worth look, though, before embarking on rolling yourself.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -