Get Sent: date from forwarder mail

Hi, can someone tell me how can I get the “Sent: date” from FW mail. For example:

-----Original Message-----

From: x
Sent: Monday, May 3, 2021 9:27 AM
To: x
Subject:

Dear,

your request has been received.

Then, I need to get only date and convert it to format 3.5.2021. 9:27

output = Regex.Matches(bodyEmail,“(\w+) (\d+), (\d+) ((\d+):(\d+)) (\w+)”)

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