![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
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]" wrote in message ... 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] |
#4
|
|||
|
|||
![]()
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" wrote in message ... 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?? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Programming Outlook from MS Access (Inbox) | Stanley | Outlook and VBA | 1 | December 15th 09 08:37 PM |
Programming in Outlook | Erik | Outlook and VBA | 3 | November 14th 07 04:26 PM |
Programming access to calendar | John Franklin | Outlook - Calandaring | 0 | March 22nd 07 07:46 PM |
Outlook programming | Jerod Mills | Outlook - Using Forms | 3 | July 27th 06 04:17 PM |
Choice of programming tool for Outlook programming | [email protected] | Outlook and VBA | 4 | July 13th 06 10:48 AM |