Here is an expression to get a DateTime for today at 9 am: ToDateTime(ToDate(Today()) & " 09:00:00")
As Eric mentioned, you can use several of the logical functions to compare this DateTime to a input DateTime like your email timestamp.
One thing to look out for is the format of your input and your date and time settings. For example,
12/02/2020 could be interpreted as December 2 or February 12 depending on your local settings. You might need to use FormatDateTime or the date & time manipulation utility to get everything in the same format.------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------