Go Back   CodingForums.com > :: Computing & Sciences > Computer/PC discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-19-2005, 12:51 PM   PM User | #1
hughesmi
Regular Coder

 
Join Date: Jul 2002
Location: UK
Posts: 301
Thanks: 16
Thanked 0 Times in 0 Posts
hughesmi is an unknown quantity at this point
Question URL:MailTo Protocol

I'm having problems with mailto links when I click on any mailto link on a web page it comes up saying "The command line arguments not valid". The command line in the pc is showing as this C:\PROGRA~1\MICROS~2\Office10\OUTLOOK.EXE -c IPM.Note /m when it should be this "C:\PROGRA~1\MICROS~2\Office\OUTLOOK.EXE" -c IPM.Note /m "%1".

But every time I change it to the correct command path it always defaults back to old value.

Can anyone help it's driving me mad. My it dept has had look but there are no help.

M
__________________
Kind regards,
Mike Hughes
hughesmi is offline   Reply With Quote
Old 04-19-2005, 05:19 PM   PM User | #2
VastCode
New Coder

 
Join Date: Mar 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
VastCode is an unknown quantity at this point
My assumption, is that you have installed a program which may have tried to change your default mail client to something else, or you have some sort of virii, spyware, malware, or adware installed.
VastCode is offline   Reply With Quote
Old 04-19-2005, 05:21 PM   PM User | #3
JamieR
Senior Coder

 
JamieR's Avatar
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 3,161
Thanks: 0
Thanked 5 Times in 5 Posts
JamieR is on a distinguished road
Also have you tried reinstalling outlook and resetting it as your default mail app?
__________________
-Jamie
JamieR is offline   Reply With Quote
Old 04-19-2005, 09:53 PM   PM User | #4
hughesmi
Regular Coder

 
Join Date: Jul 2002
Location: UK
Posts: 301
Thanks: 16
Thanked 0 Times in 0 Posts
hughesmi is an unknown quantity at this point
This is my works pc we are taking about. So I can't install any new software on the pc I don't have admin rights . As for ad-ware that could happen but the company firewall and proxy is good, we hardly get any stuff like that in.

I had asked my it dept to re image my pc. The followed my requests and it fixed the problem for about 2 mins.
__________________
Kind regards,
Mike Hughes
hughesmi is offline   Reply With Quote
Old 04-27-2005, 03:33 PM   PM User | #5
aligod
New to the CF scene

 
Join Date: Apr 2005
Location: UK, South
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
aligod is an unknown quantity at this point
AliGod

This this will explain, (http://support.microsoft.com/?kbid=230768) just investigated this as we've created something wrong on our intranet that was not quite correct, upgraded all users to Outlook2k> and started having this everywhere. Modified in accordance and all is well. Or copy the mailto: command to Start>Run and start removing in segments from then end to see what's causing the error.
aligod is offline   Reply With Quote
Old 04-28-2005, 10:27 AM   PM User | #6
hughesmi
Regular Coder

 
Join Date: Jul 2002
Location: UK
Posts: 301
Thanks: 16
Thanked 0 Times in 0 Posts
hughesmi is an unknown quantity at this point
Hey - thanks for this. But still no joy. I put the command line in "start" which is: C:\PROGRA~1\MICROS~2\Office10\OUTLOOK.EXE -c IPM.Note /m

But windows says it can't find C:\PROGRA~1\MICROS~2\Office10\OUTLOOK.EXE -c IPM.Note /m or one of it;s compents.

As I said it dont think it's outlook, it affects more than one perosn.

I don't want to start cross posting but here is the line asp code that has the mailto link we click on.

Code:
Response.Write("<td width=""160"" height=""15"" align=""center"" bgcolor=""#66CCFF""><a href=""mailto:" & rsAppt("Email") & "?subject=Appointment Confirmation Letter for "& rsAppt("Title") & " " & rsAppt("Fname") & " " & rsAppt("Lname") & " on the " & rsAppt("Date_of_Appt")& " at " & rsAppt("Time_of_Appt") & """>" & rsAppt("Email") &"</a></td>")
How i dont think this matters. I know it's an outlook 2k problem
__________________
Kind regards,
Mike Hughes

Last edited by hughesmi; 04-29-2005 at 09:39 AM..
hughesmi is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:15 AM.


Advertisement
Log in to turn off these ads.