I'm considering writing an application for my company that looks at employees schedules and performs some scheduling operations that Outlook doesn't support natively (such as finding an available person for a consulting job with a particular set of skills). Does anyone know of any .NET example code (C# preferably) that accesses the Exchange Store? FYI I'm aware of the following already: - IndepependentSoft WebDAV for .NET (http://www.independentsoft.de/webdavex/index.html) - CodeProject Article .NET DataAccess class for Exch2000 http://www.codeproject.com/dotnet/exdav.asp Thanks! -mdb
You might want to try the Exchange SDK which you can download from http://msdn.microsoft.com/exchange http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_exch2k_searching_calendar_folders_webdav.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_clb_filtering_and_viewing_calendars_using_cdoex_and_ado_vb.asp Cheers Glen "Michael Bray" <mbray@makeDIntoDot_ctiusaDcom> wrote in message news:Xns972E9E1C2391Dmbrayctiusacom@207.46.248.16... > I'm considering writing an application for my company that looks at > employees schedules and performs some scheduling operations that Outlook > doesn't support natively (such as finding an available person for a > consulting job with a particular set of skills). > > Does anyone know of any .NET example code (C# preferably) that accesses > the > Exchange Store? > > FYI I'm aware of the following already: > > - IndepependentSoft WebDAV for .NET > (http://www.independentsoft.de/webdavex/index.html) > > - CodeProject Article .NET DataAccess class for Exch2000 > http://www.codeproject.com/dotnet/exdav.asp > > > Thanks! > > -mdb
Also, download the sample applications from my book off the website below. I have samples that use ADO, CDO or WebDAV to access Exchange. Tom -- Looking for a good book on Exchange, Outlook and SharePoint? Check out http://www.microsoft.com/mspress/books/5517.asp "Glen Scales [MVP]" wrote in message news:%23BQobBDBGHA.532@TK2MSFTNGP15.phx.gbl... > You might want to try the Exchange SDK which you can download from > http://msdn.microsoft.com/exchange > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_exch2k_searching_calendar_folders_webdav.asp > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_clb_filtering_and_viewing_calendars_using_cdoex_and_ado_vb.asp > > Cheers > Glen > > "Michael Bray" <mbray@makeDIntoDot_ctiusaDcom> wrote in message > news:Xns972E9E1C2391Dmbrayctiusacom@207.46.248.16... >> I'm considering writing an application for my company that looks at >> employees schedules and performs some scheduling operations that Outlook >> doesn't support natively (such as finding an available person for a >> consulting job with a particular set of skills). >> >> Does anyone know of any .NET example code (C# preferably) that accesses >> the >> Exchange Store? >> >> FYI I'm aware of the following already: >> >> - IndepependentSoft WebDAV for .NET >> (http://www.independentsoft.de/webdavex/index.html) >> >> - CodeProject Article .NET DataAccess class for Exch2000 >> http://www.codeproject.com/dotnet/exdav.asp >> >> >> Thanks! >> >> -mdb > >