J
John K. King
Hi:
Ok, Partial success. I've been able to delay sending the
messages using the DeferredDeliveryDate. To delay it by 10
minutes I used:
objOutlookMsg.DeferredDeliveryDate = DateAdd("n", 10, Now
())
and, after one test, it appears to work fine. However, the
problem is that the message still leaves the Outbox and
goes to the Exchange Server prior to sending. That denies
me the opportunity to inspect, and if necessary or
desireable, edit or delete prior to sending.
So, I'm still looking for ideas.
Thanks,
JK
Ok, Partial success. I've been able to delay sending the
messages using the DeferredDeliveryDate. To delay it by 10
minutes I used:
objOutlookMsg.DeferredDeliveryDate = DateAdd("n", 10, Now
())
and, after one test, it appears to work fine. However, the
problem is that the message still leaves the Outbox and
goes to the Exchange Server prior to sending. That denies
me the opportunity to inspect, and if necessary or
desireable, edit or delete prior to sending.
So, I'm still looking for ideas.
Thanks,
JK