Click to See Complete Forum and Search --> : Create outlook appointment
yolip
June 12th, 2008, 07:23 PM
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
Arjay
June 12th, 2008, 08:27 PM
Try searching the internet for "Outlook programming C# appointment".
yolip
June 12th, 2008, 08:35 PM
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.
Arjay
June 12th, 2008, 11:32 PM
I searched the google for "create appointment exchange server 2003 C#"
This link looked promising.
Adding an Appointment to the Calendar (http://msdn.microsoft.com/en-us/library/ms988669(EXCHG.65).aspx)
yolip
June 12th, 2008, 11:37 PM
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?
odin.korecords
June 29th, 2008, 05:37 AM
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
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.