VB to delay message in Outlook 2000

  • Thread starter Thread starter csalvian
  • Start date Start date
C

csalvian

Hello,

I am trying to code an email message so that it will be sent out at an
exact time of day (not just X minutes from now), every day. I've read
all the messages on how to program to get the email to send, I just
can't figure out how to use the "DeferredDeliveryTime" property on my
message. It never seems to work. When I run the form, it just sends the
message immediately.

Any help would be greatly appreciated. Please forward any responses to
(e-mail address removed)
 
I have had luck creating a variable in the format "XX/XX/XX XX:XX PM" and
then setting the item.DeferredDeliveryTime = to this variable. The item.send
does not send immediately.
 
Back
Top