Programming Web Outlook Access

  • Follow


Is it possible to run scripts or something that can automate
the "Web Outlook Access" program???  I think this is
basically Outlook Express that runs over the web, so I'm
not sure if it's the same thing as Outlook Express.  I'm mostly
curious if VBA can automate this program or not.

thanx


0
Reply Robert 12/26/2009 11:16:18 PM

OWA is server side code that runs on an IIS server and is written in 
javascript. Each version and revision of Exchange will have a different OWA 
and if you customize it you need to do so for each version and revision of 
Exchange. You would have to write your own modification of the existing code 
and compile it and set the IIS server to run that code as OWA. OWA has 
nothing at all to do with Outlook Express or Outlook.

-- 
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Robert Crandal" <nobody@gmail.com> wrote in message 
news:6PwZm.75557$de6.14155@newsfe21.iad...
> Is it possible to run scripts or something that can automate
> the "Web Outlook Access" program???  I think this is
> basically Outlook Express that runs over the web, so I'm
> not sure if it's the same thing as Outlook Express.  I'm mostly
> curious if VBA can automate this program or not.
>
> thanx
>
> 

0
Reply Ken 12/28/2009 3:04:05 PM


I was mostly looking for ways to automate "OWA".  For example,
it would be great if I had a script that automatically runs
OWA, enters password information, auto sets the recipient
address, auto enters an email subject and messages, sends the
messages, and then logs off...or something like that.  Do you
know if automation is possible here??

"Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message 
news:%236YwyC9hKHA.2132@TK2MSFTNGP05.phx.gbl...
> OWA is server side code that runs on an IIS server and is written in 
> javascript. Each version and revision of Exchange will have a different 
> OWA and if you customize it you need to do so for each version and 
> revision of Exchange. You would have to write your own modification of the 
> existing code and compile it and set the IIS server to run that code as 
> OWA. OWA has nothing at all to do with Outlook Express or Outlook.
>
> -- 
> Ken Slovak
> [MVP - Outlook]

0
Reply Robert 12/29/2009 3:30:47 AM

You don't "automatically run" OWA, it's server side code that runs on an IIS 
server, as I said. You could write a script to do a browser navigation to a 
specific URL with logon information, but that has nothing to do with Outlook 
or Outlook code and is out of scope for a group like this.

You should post OWA questions in an Exchange development group, it's all 
server side code and has nothing to do with Outlook.

-- 
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Robert Crandal" <nobody@gmail.com> wrote in message 
news:IJe_m.43850$_b5.7834@newsfe22.iad...
>I was mostly looking for ways to automate "OWA".  For example,
> it would be great if I had a script that automatically runs
> OWA, enters password information, auto sets the recipient
> address, auto enters an email subject and messages, sends the
> messages, and then logs off...or something like that.  Do you
> know if automation is possible here??

0
Reply Ken 12/29/2009 2:09:22 PM

3 Replies
306 Views

(page loaded in 0.08 seconds)

Similiar Articles:
















7/22/2012 2:54:45 PM


Reply: