I want to reply the mail who is sending a mail with a message of “I acknowledge” or “I accept”
if any one of keyword is avaiable then i should mail them message contains “Thank you for accept terms and conditions”
I have taken get outlook mail and stored in variable which list.mail.message
and i have used for each loop and loop through the mails and i used Reply outlook mail Activity
i getting the error in mail message which is only taken mail.message datatype variables but i have list type. how to tackle this error