G Guest Feb 17, 2004 #1 I have a user that gets this error message box, when he clicks a 'mailto' link. When I try it, it works for me! Any ideas?
I have a user that gets this error message box, when he clicks a 'mailto' link. When I try it, it works for me! Any ideas?
V *Vanguard* Feb 17, 2004 #2 "Mark Fortuck" said in I have a user that gets this error message box, when he clicks a 'mailto' link. When I try it, it works for me! Any ideas? Click to expand... Check the registry to see what program gets called when clicking on a mailto: link: HKEY_CLASSES_ROOT\mailto\shell\open\command (Default) = "C:\PROGRA~1\MI1933~1\Office10\OUTLOOK.EXE" -c IPM.Note /m "%1" The quotes are included in the data value. I'm using Office XP hence the "Office10" in the path to Outlook. "MI1933~1" is the short DOS name for the "Microsoft Office" directory.
"Mark Fortuck" said in I have a user that gets this error message box, when he clicks a 'mailto' link. When I try it, it works for me! Any ideas? Click to expand... Check the registry to see what program gets called when clicking on a mailto: link: HKEY_CLASSES_ROOT\mailto\shell\open\command (Default) = "C:\PROGRA~1\MI1933~1\Office10\OUTLOOK.EXE" -c IPM.Note /m "%1" The quotes are included in the data value. I'm using Office XP hence the "Office10" in the path to Outlook. "MI1933~1" is the short DOS name for the "Microsoft Office" directory.