Schedule future emails

Status
Not open for further replies.
B

Bob Jann

Using Outoook 2002, I want to be able to schedule emails to be sent at a

future time/date. I tried downloading an add-in from Mapi but it created

annoying security messages so I uninstalled it. Can anyone suggest how else

I can schedule emails to be sent at a future date/time?
 
You can open the Options dialog for any email and set the "Do not deliver

before" setting to whatever you want.

Using code you can set the DeferredDeliveryTime Date/Time property to

whatever date/time you want to schedule the sending of the item.

"Bob Jann" <bobjann@verizon.net> wrote in message

news:%23GCz0j6tJHA.2596@TK2MSFTNGP02.phx.gbl...
> Using Outoook 2002, I want to be able to schedule emails to be sent at a
> future time/date. I tried downloading an add-in from Mapi but it created
> annoying security messages so I uninstalled it. Can anyone suggest how
> else I can schedule emails to be sent at a future date/time?
>
 
Thanks. However, I do not see that in the Options dialog box. Please

advise. Also, how do I use code?
<kenslovak@mvps.org> wrote in message

news:umXsfKFuJHA.4444@TK2MSFTNGP04.phx.gbl...
> You can open the Options dialog for any email and set the "Do not deliver
> before" setting to whatever you want.

> Using code you can set the DeferredDeliveryTime Date/Time property to
> whatever date/time you want to schedule the sending of the item.

> >

>

> "Bob Jann" <bobjann@verizon.net> wrote in message
> news:%23GCz0j6tJHA.2596@TK2MSFTNGP02.phx.gbl...
> > Using Outoook 2002, I want to be able to schedule emails to be sent at a
> > future time/date. I tried downloading an add-in from Mapi but it created
> > annoying security messages so I uninstalled it. Can anyone suggest how
> > else I can schedule emails to be sent at a future date/time?
> >

>
 
On 9 Apr, 06:24, "Bob Jann" <bobj...@verizon.net> wrote:
> Thanks.  However, I do not see that in the Options dialog box.  Please
> advise.  Also, how do I use code?

> " - " <kenslo...@mvps.org> wrote in messagenews:umXsfKFuJHA.4444@TK2MSFTNGP04.phx.gbl...

>
> > You can open the Options dialog for any email and set the "Do not deliver
> > before" setting to whatever you want.

>
> > Using code you can set the DeferredDeliveryTime Date/Time property to
> > whatever date/time you want to schedule the sending of the item.

>
> > > >

> >

> >

>
> > "Bob Jann" <bobj...@verizon.net> wrote in message
> >news:%23GCz0j6tJHA.2596@TK2MSFTNGP02.phx.gbl...
> >> Using Outoook 2002, I want to be able to schedule emails to be sent ata
> >> future time/date.  I tried downloading an add-in from Mapi but it created
> >> annoying security messages so I uninstalled it.  Can anyone suggest how
> >> else I can schedule emails to be sent at a future date/time?- Ascunde citatul -


> - Afiºare text în citat -


Hi,

If you wish to simplify the process you can download Easy Mail Merge

from DS Development.

If you wish to send a mail to a list or to a single person this will

simplify the process and you can also select to send them every 10

minutes for example or the next day.

You can download the add-in from www.emailaddressmanager.com

regards,

Andrei
 
Open a new email. Make sure the Standard toolbar is being displayed. Click

the Options button. That option is there both with the Outlook editor and

with WordMail.

To use code you would handle the NewInspector() event of the Inspectors

collection to trap all items opening, or you can use a macro that you call

that uses the ActiveInspector object, something like this:

Public Sub DelayThisEmail()

Dim oInsp As Outlook.Inspector

Dim oMail As Outlook.MailItem

Set oInsp = Application.ActiveInspector

Set oMail = oInsp.CurrentItem

oMail.DeferredDeliveryTime = DateAdd("h", 4, Now)

oMail.Save

End Sub

That would actually submit the email to the transport 4 hours from now,

after you click the Send button or use the Send() method in code on that

mail item.

"Bob Jann" <bobjann@verizon.net> wrote in message

news:%23sANoJMuJHA.3520@TK2MSFTNGP04.phx.gbl...
> Thanks. However, I do not see that in the Options dialog box. Please
> advise. Also, how do I use code?
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Schedule recurring email and attachments display Outlook VBA and Custom Forms 3
E Work uses live accounts for emails for all employees. Can we use the outlook calendar to give the employees an universal work schedule calendar? Using Outlook 1
R Macro Schedule every day in Outlook Using Outlook 0
Diane Poremsky Running Outlook Macros on a Schedule Using Outlook 0
B changing Win7 default backup schedule for Previous Versions Using Outlook 0
M print free/busy schedule of an user Using Outlook 2
L Schedule Assistant shows wrong working hours Using Outlook 1
M Don't have permission to schedule meetings on behalf Using Outlook 1
G Future development of BCM BCM (Business Contact Manager) 5
J Calendar view for future events only? Using Outlook 3
J Change reminder times of future appointments Using Outlook 1
G how to change default calendar view to show this week and future weeks? Using Outlook 1
R How do I cancel future occurences of recurring meeting in outlook Using Outlook 6
D Re: send email at future date/time? Outlook VBA and Custom Forms 1
H Move Selected emails to Local Drive Outlook VBA and Custom Forms 0
D Delete Outlook emails from MS server Using Outlook 12
G Creating Macro to scrape emails from calendar invite body Outlook VBA and Custom Forms 6
A Flagged Emails highlighted in yellow Using Outlook 2
P Search folder: all emails sent to or from a domain Using Outlook 1
J Macro to Reply to Emails w/ Template Outlook VBA and Custom Forms 3
G Save emails as msg file from Outlook Web AddIn (Office JS) Outlook VBA and Custom Forms 0
T Outlook 2010 Sub accounts not showing new emails in Inbox Using Outlook 4
Nufc1980 Outlook "Please treat this as private label" auto added to some emails - Help. Using Outlook 3
humility36 Cannot move emails to archive - 440 error Outlook VBA and Custom Forms 1
E Edit incoming emails to remove a certain sentence added by the "system" Using Outlook 1
R Saving Emails and Attachments as .msg file Using Outlook 3
F Color code certain INBOX emails Using Outlook 2
J gmail and deleted emails. Using Outlook 0
Z Outlook 2021 Outlook new emails notification not working Using Outlook 4
J Outlook 365 Outlook Macro to Sort emails by column "Received" to view the latest email received Outlook VBA and Custom Forms 0
C Outlook 365 Copy/Save Emails in Folder Outside Outlook to Show Date Sender Recipient Subject in Header Using Outlook 0
U Outlook not responding when trying to print Emails Using Outlook 6
K mark emails with colour manually (like in thunderbird) Using Outlook 1
richardwing Outlook 365 VBA to access "Other Actions" menu for incoming emails in outlook Outlook VBA and Custom Forms 0
U Outlook on the iPhone cannot approve filtered Emails Using Outlook 0
K Outlook 365 After migrating to Outlook 365, some contacts display in emails with prefixes Using Outlook 0
B Move emails from one account to another Outlook VBA and Custom Forms 2
D Unable to view older emails in desktop app Using Outlook 0
S Outlook 365 Help me create a Macro to make some received emails into tasks? Outlook VBA and Custom Forms 1
R Outlook 2021 Having problem setting up outlook 2021 with windows 11. I have 3 gmail accounts and I want the 3 gmail, emails to merge into the same outlook input. Using Outlook.com accounts in Outlook 0
S Outlook 2021 Can you make emails from 3 word domains "safe" by entering top 2 word domain into Safe List in Outlook? Using Outlook 1
J Outlook 365 Emails showing as links and text only Using Outlook 4
G Removing old emails when adding accounts Using Outlook 3
N VBA Macro To Save Emails Outlook VBA and Custom Forms 1
Horsepower Lost emails Using Outlook 4
P Emails assigned with a certain category (within a shared inbox) to be copied to a specific folder. Outlook VBA and Custom Forms 2
M Saving emails using Visual Basic - Selecting folder with msoFileDialogFolderPicker Outlook VBA and Custom Forms 6
L Emails being archived when I press the A key accidentally - how do I stop this? Using Outlook 0
N Save emails within a certain date range to network drive Outlook VBA and Custom Forms 0
M I cant send emails via Outlook in my W10 PC. Using Outlook 3

Similar threads

Back
Top