Pulling a time from a email with IMAP to automate

We can’t help without seeing the email’s body. You can post the raw email contents in a code block here.

You’ll need to parse it out of the body using regular expressions and the text you’re looking for will need to be in the first 2048 characters.

Always good to show what you’ve tried.