PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
send form or email automatically on a schedule?
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
send form or email automatically on a schedule?
![]() |
send form or email automatically on a schedule? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 > | > | |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Show the command line you're using.
-- 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 . ." <deleteme@sbcglobal.net> wrote in message news:srfpf.30953$BZ5.247@newssvr13.news.prodigy.com... > 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 >> | >> | > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
"C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c
IPM.Note.AutoEmailSenderForm /a Outlook:\Personal Folders\AutoEmailSenderForm" "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message news:umJgwqKBGHA.3624@TK2MSFTNGP10.phx.gbl... Show the command line you're using. -- 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 . ." <deleteme@sbcglobal.net> wrote in message news:srfpf.30953$BZ5.247@newssvr13.news.prodigy.com... > 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 >> | >> | > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 . ." <deleteme@sbcglobal.net> wrote in message news:TZ%tf.60689$tV6.17776@newssvr27.news.prodigy.net... > "C:\Program Files\Microsoft Office\Office10\OUTLOOK.EXE" /c > IPM.Note.AutoEmailSenderForm /a Outlook:\Personal > Folders\AutoEmailSenderForm" > > > > "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message > news:umJgwqKBGHA.3624@TK2MSFTNGP10.phx.gbl... > Show the command line you're using. > "Mr . ." <deleteme@sbcglobal.net> wrote in message > news:srfpf.30953$BZ5.247@newssvr13.news.prodigy.com... >> 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 >>> | >>> | >> >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

