making owa default mailto:

  • Thread starter Thread starter Gary Hutchison
  • Start date Start date
G

Gary Hutchison

I have been able to add owa to mail in the registry via
the following;
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\OWA]
Outlook Web Access

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\OWA\shell\open\co
mmand]
"%ProgramFiles%\Internet Explorer\iexplore.exe\"
http://server/alias

It allows me to default read mail.


I'm having trouble configuring the mailto, any thoughts?

thanks,
Gary Hutchison
 
Gary said:
(snip)
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\OWA\shell\open\co
mmand]
"%ProgramFiles%\Internet Explorer\iexplore.exe\"
http://server/alias

It allows me to default read mail.

I'm having trouble configuring the mailto, any thoughts?

Hi

Something like this maybe:

REGEDIT4

[HKEY_CLASSES_ROOT\mailto]
@="URL:MailTo Protocol"
"EditFlags"=dword:00000002
"URL Protocol"=""
[HKEY_CLASSES_ROOT\mailto\DefaultIcon]
@="%$WinSysDir%url.dll,2"
[HKEY_CLASSES_ROOT\mailto\shell\open\command]
@="someapp.exe %1"
 
-----Original Message-----
Gary said:
(snip)
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\OWA\shell\open\co
mmand]
"%ProgramFiles%\Internet Explorer\iexplore.exe\"
http://server/alias

It allows me to default read mail.

I'm having trouble configuring the mailto, any
thoughts?

Hi

Something like this maybe:

REGEDIT4

[HKEY_CLASSES_ROOT\mailto]
@="URL:MailTo Protocol"
"EditFlags"=dword:00000002
"URL Protocol"=""
[HKEY_CLASSES_ROOT\mailto\DefaultIcon]
@="%$WinSysDir%url.dll,2"
[HKEY_CLASSES_ROOT\mailto\shell\open\command]
@="someapp.exe %1"


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter
Thanks for the information and I have tried it. No luck
yet. Thanks again, you gave me additional ideas.

Gary Hutchison
 
Back
Top