Jump to content

Email reading


Guest namiran

Recommended Posts

Guest namiran

Hi!

I am completely new to developing in c# and windows mobile so please excuse my question if it is silly.

I want to be able to itterate through every unread email message in pocket outlook and mark each one as read.

How can i do this?

i am using:

using Microsoft.WindowsMobile.PocketOutlook;

using Microsoft.WindowsMobile.PocketOutlook.MessageInterception;

and have a outlook session

using (OutlookSession session = new OutlookSession())

I have googled and searched the forum but i cant seem to find the solution.

I have VS2008 installed and want to run this application on any CF .NET 2.0 device (HTC Tytn 2)

Edited by namiran
Link to comment
Share on other sites

Guest chucky.egg

I haven't done any of that yet,

Normally I would suggest opening the EmailAccountCollection and looping through it, then looping through each email in each account, but there doesn't seem to be a reference to the EmailAccountCollection in the EmailMessage class.

Try this as a starting point

I've also seen a couple of references, one as recent as Nov 2007, which state that you can not read emails using PocketOutlook.

Link to comment
Share on other sites

  • 9 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.