Exchange Server TechCenter > Exchange Server Forums > Development > Exchange Server and Retrieval of calender info
Ask a questionAsk a question
 

AnswerExchange Server and Retrieval of calender info

  • Monday, November 02, 2009 11:03 AMWillie007 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    I want to create a process to retrieve information from Microsoft Exchange Server to show for example calender information in a wpf datagrid.

    I am completely new to this, and am wondering how to start.
    What I found is that I can use exchangeservicebinding for Exchange 2007 or higher, but I can not find any info on where to get this binding.
    (is it a separate reference?)
    I also found out that older exchange databases use a complete different way of retrieval, so to keep it more simple it will start with 2007-2010 only.

    I hope someone can give me a push in the right direction.

    Thanks.

Answers

  • Tuesday, November 03, 2009 8:26 PMHenning KrauseMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    you should start with the Managed API. This is the easiest route... Start with an ExchangeService and create a Contact instance.. is rather simple to discover..

    Kind regards,
    Henning Krause
    • Marked As Answer byWillie007 Wednesday, November 04, 2009 3:28 PM
    •  

All Replies

  • Tuesday, November 03, 2009 8:26 PMHenning KrauseMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    you should start with the Managed API. This is the easiest route... Start with an ExchangeService and create a Contact instance.. is rather simple to discover..

    Kind regards,
    Henning Krause
    • Marked As Answer byWillie007 Wednesday, November 04, 2009 3:28 PM
    •  
  • Wednesday, November 04, 2009 3:28 PMWillie007 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    thanks,
    i downloaded the managed api release candidate and am going to investigate it.