A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Programming Web Outlook Access



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 26th 09, 11:16 PM posted to microsoft.public.outlook.program_vba
Robert Crandal
external usenet poster
 
Posts: 2
Default Programming Web Outlook Access

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  
Old December 28th 09, 03:04 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Programming Web Outlook Access

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  
Old December 29th 09, 03:30 AM posted to microsoft.public.outlook.program_vba
Robert Crandal
external usenet poster
 
Posts: 2
Default Programming Web Outlook Access

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  
Old December 29th 09, 02:09 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Programming Web Outlook Access

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 11:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.