I could use send outlook mail activity to email recipients.
My query is how could I send email to myself without hardcoding my email address. Is there a variable in UIPath to determine the email address of the person running the robot since outlook is already integrated with the desktop mail. Thanks !
Thanks. I tried to change it to filtering body of a email message to look for a certain text - which is actually email. But stranglly when I run it returns 0 count even when I message box out the reading of the excel input for the variable is correct.
Just checking if the filter I am using in get outlook message is correct below ?
“@SQL=urn:schemas:httpmail:body LIKE '%” + row.Item(1).ToString + “%'”
I have atatched the updsated verison of the program. When run against the excel input, it is reading the variable correctly. But filter retrurns 0 count.