Hi Lakshmi,
You can customize Codes --> MS Outlook Email VBO - Action Send Email
Add below lines before mail.Send
mail.DeferredDeliveryTime = DateAdd("n",
<delay in minutes>, Now)
Replace <delay in minutes> with amount of time in minutes need to wait before sending email wrt to current time.
Or you can replace "n" with below values as per need.
![13242.png 13242.png](/t5/image/serverpage/image-id/13404i785EF59C4B22220B/image-size/large?v=v2&px=999)
Thanks
------------------------------
Manish Kumar
------------------------------