Jump to content

Using OWA 2003 as the Default Mail Client


Recommended Posts

Posted

Hi All,

 

I have been researching a way to make Outlook Web Access the default mail client. I have found the following registory key, but it dose`t seem to work. Has anyone got OWA to work as their default mail client? (without using ActiveSend) I need this to work for mutiple users so i can not hardcode username, and of course %Username% will be taken as Username.

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\OWA]
@="Outlook Web Access"

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\OWA\shell\open\command]
@="\"%ProgramFiles%\Internet Explorer\iexplore.exe" "http://SERVER/exchange"

 

Thanks

 

Andy

Posted (edited)

We have OWA configured so that it opens whenever you click on a mailto link. What it doesn't do though, is create a new, blank message and put the recepients address in.

 

Activesend is, unfortunately the only way I've found to achieve this.

Edited by AnnDroyd
Posted

Thanks for the quick reply jwood, if i manage to get something working i`ll send you the details. Activesend would be far to expensive for us.

 

Andy

Posted

If the registry entry works if you hard code the username, could you not add this to the logon script, to enter the appropriate username at logon, as you can use the %username% variable in a script?

 

Steve

Posted

You just need to get the variable for the email to:

If you get that then just use the following URL and OWA will put the address in:

http://{SERVER}/exchange/?cmd=new&mailtoaddr={EMAIL ADDRESS}

 

I found a link at:

http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/Q_21190734.html

showing a potential way to get the email address to substitute as well.

 

On a side note this piece of software may be nice to use anyway with OWA:

http://www.envador.com/OWANotify/

Posted

Someone posted a VBS that does registry keys on that experts exchange link I posted (you need to login to see solutions).

I know what you mean about staff and Outlook use.

 

I have attached it anyway (untested)

owa_1.vbs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...