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
> Hello 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
CS - 16 Apr 2007 16:36 GMT
Thx Jeff,
I already whent though all that documentation and example prior to open
this post, so the actuall only way would be to run it on the exchange server
itself to create an appointment with the CDOEX. This is the only thing that
is not very clear from all the documentation.
Thx again
Br
CS
> Not sure if you've seen these references or not, but this may be exactly
> what you need:
[quoted text clipped - 22 lines]
> > anybody point me in the right direction?
> > Thx