Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating appointments via c++

Status
Not open for further replies.

lupidus

MIS
Jun 1, 2003
30
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top