Check if an email has been sent out

Hello Dear friends, I have found a solution. <lml

Create a variable (mailMessages) to store the email list. The type should be: system.collections.generic.list < system.net.mail.mailmessage>

the value I was looking for I was able to find it in mailMessages(COUNTME).Subject

then for each item in mail messages (“Sent” folder already set on the properties pane) you need to initialize a counter to iterate in all the email list and sum 1 at the end (a counter… daaa)

Need help let me know. :slight_smile: