Jump to content

Use ASP to read Outlook Message


andre@oriontech.no

Recommended Posts

Hi. :) I'm trying too find a script I'm gonna use to access my outlook from a ASP-web site. Because my outlook have no system. I can only arrange my mails by date and from\too.But what I want, is to have a ASP site with my contacts in, and in the site I want to connect to outlook, and be able to see the history of mails sendt and recived from the spessific contact.

Link to comment
Share on other sites

As far as I can tell there is no API for Outlook to communicate with ASP (or any other application, for that matter). Umm... why not just contact the mail server directly?

Link to comment
Share on other sites

I used to do stuff like this using OLE back in the 90s. Maybe that's still a viable solution. Try this Google search:http://www.google.com/search?q=outlook+ole+automationAnother route that might get somewhere is to do a search on VBA. Typically you can write a VBScript that does the same thing as VBA.http://www.google.com/search?q=outlook+vbaAgain, haven't touched this since 97 or 98 so take this advice with a grain of salt. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...