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.
Thanks
------------------------------
Manish Kumar
------------------------------