can someone provide a workflow or steps on how to extract specific word/number from the email body and then type it into a website.
1 Like
-
Try below expression to read the Email body first.
varMailMessage.Body.ToString
-
And then use String manipulation functions or Regex to fetch required value from it.
Note: If you can show sample example of what value you want to fetch then we can help more.
To Get the Body of the Mail Try this expression
mail.Body.ToString
You can achieve it in Regex or String Manipulation
If possible can you share the sample input
Regards
Gokul