The command line argument is not valid. Verify the swithc you are using

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
"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?

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.
 
Back
Top