Not sure if you've seen these references or not, but this may be exactly
what you need:
How to use Microsoft Collaboration Data Objects for Exchange 2000 Library to
create appointments with exceptions in Microsoft Visual C# .NET
http://support.microsoft.com/kb/310555
MSDN has a good topic on this:
Creating an appointment:
http://msdn2.microsoft.com/en-us/library/ms988669.aspx
Also if your question really is where to find CDOEX.DLL, which is where you
would find the IAppointment interface, it is installed on the Exchange
server. That really is the only place that it is supported to run CDOEX
code. In fact you should also be on the same Exchange server that has the
mailboxes that you are accessing also. There is not separate download or
separate install, you will need to run your CDOEX code on the Exchange
2000/2003 server.
Hope this helps
- Jeff
Post by CSHello I have been tring to find a CDO with the IAppointment interface to
create appointments in exchange, but it looks like i cannot find any can
anybody point me in the right direction?
Thx