Sending a email at a specific time

I’m using the send Outlook Mail Massage activity with a attached file. The email should be send at a specific time for example at (4pm).

I do not want to use the “Orchestrator” nor “Windows Task Scheduler” to complete that task.

Is it possible to define a condition for the if-activity that will check if it is 4pm and send the mail afterwards?

Condition=(System.DateTime.Now.ToString(“hh:mm:ss”) = 4pm ← Is there a way to achive a condition like this?

I appreciate your help

@MWB

now.Hour=16

1 Like

@MWB,

In this case, BOT should run continuously and keep on checking time whether it is equal to 4PM. It it is equal then it will trigger a mail.

2 Likes

Thanks for the help.

Thanks.

1 Like

@MWB

Happy Automating
Cheers :+1:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.