Hi @Llessur
if you are using outlook,
use get outlook mail message activity, it will get all emails based on your conditions.
use for each to process each email.
in for each you can use below syntax to get the body
currentMailMessage.Body.ToString
Hi @Llessur
if you are using outlook,
use get outlook mail message activity, it will get all emails based on your conditions.
use for each to process each email.
in for each you can use below syntax to get the body
currentMailMessage.Body.ToString