I'm very new to Outlook VBA and coding in general, the rest of my code works correctly but of the different methods I've tried to get the time to change to 9am, it hasn't worked or has removed the preceding DateAdd("d", 2, now) which correctly assigns it for 2 days time. Am I just missing a simple code where "Now" currently is?
replyEmail.DeferredDeliveryTime = DateAdd("d", 2, Now)
Thanks in advance for anyone looking over this.
I've tried using the different DateTime functions, defining certain values as e.g. Date + Time("09:00:00")