Hi,
How can I extract a predetermined table from outlook and then verify if all the columns are correct/in order. If there are any missing/extra columns it would then send the email back to the sender informing them about the failed application.
Hi,
How can I extract a predetermined table from outlook and then verify if all the columns are correct/in order. If there are any missing/extra columns it would then send the email back to the sender informing them about the failed application.
Welcome to the community
You can read the bodyashtml and then use tr and td taga which are in tabes to identify each column and each row and check if all required data is present
Cheers