- BOT reads email subject-line from incoming emails.
- Extract a particular string from subject line.
- 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.