Hi: I'm using VFP to send mail via Outlook, and for testing purposes I'm including the .DeferredDeliveryTime parameter using (eg)= “29/09/2006 17:00”. Sadly this did not work, and the mail got sent immediately, much to my embarrassment! (using Outlook 2003).
So:
With oMailitem
...
.DeferredDeliveryTime = “29/09/2006 17:00”
...
End with
Has anyone applied this sucessfully?
Regards
Mike
So:
With oMailitem
...
.DeferredDeliveryTime = “29/09/2006 17:00”
...
End with
Has anyone applied this sucessfully?
Regards
Mike