Is there any way to programatically create an appointment in Exch 5.5 via c++? I have found tons of code/samples for doing this in Exchange 2000/2003, but nothing for 5.5.
For example, in 2000 I am told to import the following type libraries in my code:
#import "C:\Program Files\Common Files\system\ado\msado25.tlb" no_namespace rename("EOF","adoEOF"), named_guids
#import "C:\Program Files\Exchange SDK\SDK\Support\CDO\cdoex.tlb" no_namespace, named_guids
Also, I've found some VBScript code for creating appointments in Exchange 5.5, but I really prefer going the c++ route for better error handling, etc.
The Exchange 5.5 SDK didn't lead me in the right direction either.
Thanks for any help
For example, in 2000 I am told to import the following type libraries in my code:
#import "C:\Program Files\Common Files\system\ado\msado25.tlb" no_namespace rename("EOF","adoEOF"), named_guids
#import "C:\Program Files\Exchange SDK\SDK\Support\CDO\cdoex.tlb" no_namespace, named_guids
Also, I've found some VBScript code for creating appointments in Exchange 5.5, but I really prefer going the c++ route for better error handling, etc.
The Exchange 5.5 SDK didn't lead me in the right direction either.
Thanks for any help