PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming send form or email automatically on a schedule?

Reply

send form or email automatically on a schedule?

 
Thread Tools Rate Thread
Old 18-12-2005, 03:42 PM   #1
Mr . .
Guest
 
Posts: n/a
Default send form or email automatically on a schedule?


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



  Reply With Quote
Old 19-12-2005, 02:07 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: send form or email automatically on a schedule?

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

>
>

  Reply With Quote
Old 02-01-2006, 02:12 AM   #3
Mr . .
Guest
 
Posts: n/a
Default Re: send form or email automatically on a schedule?

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

>
>



  Reply With Quote
Old 20-01-2006, 07:38 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: send form or email automatically on a schedule?

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

>>
>>

>
>

  Reply With Quote
Reply



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

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