Export own data to MS outlook address book or calendar

  • Thread starter Thread starter Shelby
  • Start date Start date
S

Shelby

Hi,
I'm not sure if this should go here.
Is there any microsoft outlook interface or API or third
party program that I can use if I want to export my data
to MS outlook address book or to the calendar, from my own
application?
 
Hi,
I can't seems to find out what I want from
http://www.slipstick.com/dev/outtech.htm.

Basically, what I want is, from my web application, with a
click, pump my database data out to outlook
addressk/calendar. Is that possible? Is there any ready
made third party program available?

Thanks
 
Yes, it's possible, but you would have to write all the code to read the
information from your databse and create the Outlook items using Outlook
objects, methods, and properties.
 
Back
Top