A way to auto send (or move to Outbox) Draft items on a certainschedule I set?

  • Thread starter SCHEMA Consulting
  • Start date
S

SCHEMA Consulting

I want to find a script that allows me to send items in the Drafts folder on
my Schedule. I can use the Schedule feature and make a schedule to run at
certain times and dates and send mail, but it will not allow you to pick the
Drafts folder items to be sent. So, I could attach a script to that Schedule
that would send items from the Drafts folder when the Schedule runs.

OR

Maybe a script or way to have the items moved from the Drafts to the Outbox
folders at my time (date, time of day, etc.). That way, my normally running
Send & Receive Schedule would send these email out that get moved from the
Drafts folder to the Outbox at it¹s next timed interval (5 minutes in my
case).


Any help or ideas?
 
A

Adam Bailey

SCHEMA Consulting said:
Maybe a script or way to have the items moved from the Drafts to the Outbox
folders at my time (date, time of day, etc.). That way, my normally running
Send & Receive Schedule would send these email out that get moved from the
Drafts folder to the Outbox at it¹s next timed interval (5 minutes in my
case).

I think your best bet would be to use the Delayed Send AppleScript. Find it
at <http://homepage.mac.com/berkowit28/FileSharing.html>.
 
S

SCHEMA Consulting

Adam Bailey9/2/04 8:17 AM
I think your best bet would be to use the Delayed Send AppleScript. Find it
at <http://homepage.mac.com/berkowit28/FileSharing.html>.
Yeah - I tried it, but it is a very convoluted script and setup. The number
of steps and files you need to run it is a bit confusing and not straight
forward. It is not simple to use is my point, versus just a script that,
when run, sends Drafts or moves them to the Outbox. That script you talk
about has way more going on and is a pain to use I found. Thanks though.
 
P

Paul Berkowitz

I want to find a script that allows me to send items in the Drafts folder on
my Schedule. I can use the Schedule feature and make a schedule to run at
certain times and dates and send mail, but it will not allow you to pick the
Drafts folder items to be sent. So, I could attach a script to that Schedule
that would send items from the Drafts folder when the Schedule runs.

OR

Maybe a script or way to have the items moved from the Drafts to the Outbox
folders at my time (date, time of day, etc.). That way, my normally running
Send & Receive Schedule would send these email out that get moved from the
Drafts folder to the Outbox at it¹s next timed interval (5 minutes in my
case).


Any help or ideas?

There are a couple of scripts that will do this. Bryan Harris' Postpone,
Delayed Send 1.95 is simplest for a simple scheduled send. Or you can check
out my Delayed Send X script if you ha ve a lot of these and also for
scheduled Repeat sends. They're both at

MacScripter.net <http://macscripter.net/scriptbuilders/>



--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
P

Paul Berkowitz

Yeah - I tried it, but it is a very convoluted script and setup. The number
of steps and files you need to run it is a bit confusing and not straight
forward. It is not simple to use is my point, versus just a script that,
when run, sends Drafts or moves them to the Outbox. That script you talk
about has way more going on and is a pain to use I found. Thanks though.

Try Bryan Harris' Postpone, Delayed Send 1.95 , which is much simpler.

--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
Top