How to can I send email using SendOutlook with validation to the details and acquire unread emails?
Here’s the scenario:
How to can I send email using SendOutlook with validation to the details and acquire unread emails?
Here’s the scenario:
Use send email from outlook mail message activity to send your mails.
In body you can include whatever you want
Then use get emails with unread check box checked which will give you the unread emails
Then you can get the mail body and mail from address an all from the output of get emails activity
Accordingly you can give if condition and check and send a success or failed email
Adding a link for your help
Cheers