You can split the body of mail by “BUSINESS OPERATIONS” and take the secord array item.
Again then split by your name and take first array item (if you are the sender always)
screen scrapping is not required read the message body using MailMessage.Body to get entire text to a variable.
hope this is not required. split the second array item by Environment.Newline and take the first four array items if the pattern is same for all the mails.
this will work only if the pattern of your mail is fixed else you need to check for length of each item if its zero go for the next item till you got four entities.
Thank you so much @pathruduI ask you a little question.
In case I get the date in the format “ddMMyyyy”, how is it possible to manipulate in order to insert the “/” separator?
Thank you so much.
Camilla