Outlook Web API ?

J

John Bailo

My Outlook Office client is having latency problems (throws up the
username password when trying to load...the Exchange server is at a
distant site).

However, Web Outlook running in a browser seems to work ok.

Question: Is there a separate API for manipulating Outlook via the Web
API? Is it an ActiveX control?
 
K

Ken Slovak - [MVP - Outlook]

OWA is a server side HTML application that runs on a server. It has no
relationship to Outlook or its object model. Each version of OWA is
different, but in general recent versions use WebDAV to access the Exchange
store.
 
J

John Bailo

Ken said:
OWA is a server side HTML application that runs on a server. It has no
relationship to Outlook or its object model. Each version of OWA is
different, but in general recent versions use WebDAV to access the
Exchange store.

Wow, that would argue for me using WebDAV for my application to access
outlook as a server store, since my webmail doesn't have any problems
accessing our new (remote) exchange server, and my Outlook client has
all sorts of what seem to be latency problems (and my app uses the
Outlook COM api).

Someone else in this group presented some code -- guess I'll have to go
back and reexamine that.
 

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

Top