Hi,
The expressions in my previous post is for .net. As regex is slight difference b/w language, perhaps you need to use regex for your system.
And as we cannot know how table in mail body is handled, it’s necessary to clarify its specification.
So. it might be better to ask those in community of the system.
FYI, Pattern in the above image should be not System.Text.RegularExpressions.Regex.Match(yourString,"(?<=EMAIL:\s*)\S+").Value but just (?<=EMAIL:\s*)\S+
Regards,