Outlook Calendar API

  • Thread starter Thread starter sagar.pes
  • Start date Start date
S

sagar.pes

Hi all,
I am writing a small C application which needs to respond to the
event generated when an appointment is created in outlook calendar. So
I want to know if there is anyway of getting this information from
outlook, perhaps, some API... Some C code snippet giving an example
will be most helpful.... Thank you
 
The API is the Outlook object model. Use the ItemAdd event for that
particular Calendar folder's Items collection. There are some C++ samples
for Outlook coding at www.outlookcode.com and some in the MSDN library but
there are a lot more samples for VB/VBA.
 
hey thanks a lot Ken... Actually I searched extensively for C or C++
examples but dint get any... So i think i ll have to get it done with
VB only... Thanks again for the help
 
Back
Top