Discussion:
CDO IAppointment
(too old to reply)
CS
2007-03-28 01:09:18 UTC
Permalink
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
Jeff Garman [MSFT]
2007-04-16 15:13:43 UTC
Permalink
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 CS
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
2007-04-16 15:36:05 UTC
Permalink
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
Post by Jeff Garman [MSFT]
Not sure if you've seen these references or not, but this may be exactly
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
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 CS
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
Loading...