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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -