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
Printable View
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
Try searching the internet for "Outlook programming C# 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.
I searched the google for "create appointment exchange server 2003 C#"
This link looked promising.
Adding an Appointment to the Calendar
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?
Super! That is exactly what I need! Thank you very much, that saved much time for meQuote:
Originally Posted by arjay