Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Microsoft Exchange programming

Microsoft Exchange programming

Scheduled Pinned Locked Moved C#
csharpsysadminquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Ola Carlsson
    wrote on last edited by
    #1

    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

    M S 2 Replies Last reply
    0
    • O 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

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • O 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

        S Offline
        S Offline
        Stephane Rodriguez
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups