Hii,
I Designed Job For read mail message body Contetn But We Want Apply condition for read ,Only read Those Mail Message That Send before 15 min (“[ReceivedTime] > '” + DateTime.Now.AddMinutes(-15).ToString(“MM/dd/yyyy HH:mm:ss”) + “'”)and read specifi mail subject(“Subject:(UiPath SMTP Activity Testing)”).how can apply above both condition
Hi @ashwini.mali
In filter give it as:
“[ReceivedTime] > '” + DateTime.Now.AddMinutes(-15).ToString(“MM/dd/yyyy HH:mm:ss”) + “’ AND Subject:‘UiPath SMTP Activity Testing’”
Regards,