I'm a newbie at VBA and don't know what i'm doing wrong. I'm simply trying to delay delivery on bulk emails by adding the following line to an existing code someone else had helped me with.
msg.DeferredDeliveryTime = "12/14/2023" & "11:20:00 AM"
My full VBA code is as follows, but I'm...