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)
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)
This post has been edited by namiran: 22 May 2008 - 11:24 AM





