The /a switch takes a file path, not a URL.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Mr . ." wrote in message . net...
"C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c
IPM.Note.AutoEmailSenderForm /a Outlook:\Personal
Folders\AutoEmailSenderForm"
"Sue Mosher [MVP-Outlook]" wrote in message
...
Show the command line you're using.
"Mr . ." wrote in message
m...
Hello,
I am trying to figure out how to have an email sent automatically on a set
schedule. The link suggested below seems to have some good tips, but I
get
stuck with the shortcut steps... I keep getting an error saying the
command
line is not valid..
Any suggestions?
Does anyone know of a way to send an email and set it to be
automatically re-sent at a specified time and interval?
See if this helps: http://www.outlookcode.com/d/forms/skedrpt.htm |
| I tried tweaking the qoutes areound a bit and got the shortcut wizard
| to accept the path below.
|
|
| "C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c
| IPM.Note.AutoEmailSenderForm /a Outlook:\Personal
| Folders\AutoEmailSenderForm"
|
| Now, When I click on the shortuct I get the following message:
|
| The command line in the argument is not valid. Verify the switch you
| are using.
|
| I went out to office online and looked up the command line switches.
| I'm not sure why it's not working. Do I need the . after IPM.Note
| or should it be IPM.Note AutoEmailSenderForm
|
|