CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2002
    Location
    Australia
    Posts
    207

    Create outlook appointment

    I have a system that create booking for the employee. now i want to create an appointment in exchange server and then it will be displayed in employee's calendar. Can anyone advise me how to do this?

    I am using VS2005 C# and exchange server 2003

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Create outlook appointment

    Try searching the internet for "Outlook programming C# appointment".

  3. #3
    Join Date
    Oct 2002
    Location
    Australia
    Posts
    207

    Re: Create outlook appointment

    thanks, but the result mostly in how to communicate with Outlook, not the exchange server. what i expected is to write the appointment data into exchange server 2003, and the data will automatically be sync to the end user's outlook. I found one that may work for exchange server 2007 but not 2003.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Create outlook appointment

    I searched the google for "create appointment exchange server 2003 C#"

    This link looked promising.

    Adding an Appointment to the Calendar

  5. #5
    Join Date
    Oct 2002
    Location
    Australia
    Posts
    207

    Re: Create outlook appointment

    thanks for that, but it is using CDO for Exchange 2000 Library which is only available in exchange server itself. How should i deal with that? Do the development work in exchange server and run under it too? any otherway to reference to this object?

  6. #6
    Join Date
    May 2008
    Posts
    17

    Talking Re: Create outlook appointment

    Quote Originally Posted by arjay
    I searched the google for "create appointment exchange server 2003 C#"

    This link looked promising.

    Adding an Appointment to the Calendar
    Super! That is exactly what I need! Thank you very much, that saved much time for me
    Last edited by odin.korecords; June 29th, 2008 at 05:39 AM. Reason: Wrong quote

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured