Using Datatable to store string variable

  1. BOT reads email subject-line from incoming emails.
  2. Extract a particular string from subject line.
  3. The extracted string should be picked and looked for in third party software if its exists there or not.

My question is how to store the extracted string so it can be read from there for further processing , will using data table be feasible. As email arrives bot should only concentrate finishing on that email and then proceed to read next email.

@automated for each mail the extracted string can be added to datatable and after that you can check for each row in datatable the string is present in the third party software