Microsoft Exchange programming
-
Hi! I need some programming examples about programming MS Exchange server 5.5. Also wonder if I Can I use ADSI for this purpose? I’m using C# ASP .Net. Thanks /Ola Carlsson
-
Hi! I need some programming examples about programming MS Exchange server 5.5. Also wonder if I Can I use ADSI for this purpose? I’m using C# ASP .Net. Thanks /Ola Carlsson
Not sure about C# samples for 5.5 but the Exchange SDK and samples are here http://msdn.microsoft.com/downloads/default.asp?url=/downloads/topic.asp?URL=/MSDN-FILES/028/001/373/topic.xml[^] Michael "Time and tide melts the snowman." -- The Doctor (Doctor Who: Time and the Rani
-
Hi! I need some programming examples about programming MS Exchange server 5.5. Also wonder if I Can I use ADSI for this purpose? I’m using C# ASP .Net. Thanks /Ola Carlsson
The trouble is that Exchange 5.5 is regarded by MS as legacy, and MSDN itself now almost only references Exchange 2000[^]+ articles. I guess you need older MSDN. I would use CDO[^] objects (they exist prior Exchange 2000) or DAO depending on what you like. In fact, you have a couple of COM objects that you just reference in your ASP.NET project before start using them. For ActiveDirectory, that's the same. There's a bunch of ADSI COM objects. Good luck!
sometimes it helps to look at the IL generated code a MS guy on develop.com "answering" .NET issues