Windows Thread, Using OWA 2003 as the Default Mail Client in Technical; Hi All,
I have been researching a way to make Outlook Web Access the default mail client. I have found ...
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.
Code:
[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"
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.
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?
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}
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.