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.
 
Yes, that page will get you started with the Outlook object model.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top