C carl Jul 16, 2012 #1 I am using Outlook 2010. Is there a way that it can be set-up to autmatically generate an email at a specific time ? Thanks in advance.
I am using Outlook 2010. Is there a way that it can be set-up to autmatically generate an email at a specific time ? Thanks in advance.
C Char Jackson Jul 16, 2012 #2 I am using Outlook 2010. Is there a way that it can be set-up to autmatically generate an email at a specific time ? Click to expand... The short answer is yes. There are multiple ways to do it. 1. Use Outlook's 'send later' command. Probably too crude, but worth mentioning. 2. Use an Outlook 'add-in' module. A couple are mentioned here: <http://email.about.com/od/outlookemailschedulers/Outlook_AddOns_for_Scheduling_Emails.htm> one of which takes you here <http://email.about.com/od/outlookaddons/gr/email_scheduler.htm> Unfortunately, it doesn't look to be free, but you didn't say it had to be. 3. Write your own script and stick it in Scheduled Events. This option might be the most difficult of the three options, but probably the most flexible. 4. Write a small Visual Basic program. Same caveats as #3, above. Those are just a few options that come to mind.
I am using Outlook 2010. Is there a way that it can be set-up to autmatically generate an email at a specific time ? Click to expand... The short answer is yes. There are multiple ways to do it. 1. Use Outlook's 'send later' command. Probably too crude, but worth mentioning. 2. Use an Outlook 'add-in' module. A couple are mentioned here: <http://email.about.com/od/outlookemailschedulers/Outlook_AddOns_for_Scheduling_Emails.htm> one of which takes you here <http://email.about.com/od/outlookaddons/gr/email_scheduler.htm> Unfortunately, it doesn't look to be free, but you didn't say it had to be. 3. Write your own script and stick it in Scheduled Events. This option might be the most difficult of the three options, but probably the most flexible. 4. Write a small Visual Basic program. Same caveats as #3, above. Those are just a few options that come to mind.