I am using System.Text.RegularExpressions.Match(in_mailMessageRetrieved.Body.ToString,“\b[A-Z]{3}\b(?=\n\nSTART_DATE)”).Value to get the text “OMO” from the string shown in the below screenshot.
The input variable in_mailMessageRetrieved.Body is the body of an email. Surprisingly, when this body is copied from the output panel, the regex is working as expected and the outing is getting generated . But when the input is given as in_mailMessageRetrieved.Body, the enum output is not returning any value.