Hi,
I want to read the outlook mails of a particular mail Id for 2nd week of every month from. Please help me.
Regards,
Hi,
I want to read the outlook mails of a particular mail Id for 2nd week of every month from. Please help me.
Regards,
Hi,
I hope this will help you,
https://docs.uipath.com/activities/other/latest/productivity/get-outlook-mail-messages
In filter in get outlook mail messages use
“[ReceivedTime] >= '” + Date.Now.AddDays(-14).ToString(“dd/MM/yyyy”) + “’ AND [ReceivedTime] < '” + Date.Now.AddDays(-7).ToString(“dd/MM/yyyy”) + “'”
Thanks
no. Its not working. please help me to get exactly.
Regards,
Hi,
“@SQL=(”“urn:schemas:httpmail:datereceived”" >= ‘" + Now.AddDays(-14).ToString(“MM/dd/yyyy”) + "’) AND (““urn:schemas:httpmail:datereceived”” < ‘" + Now.AddDays(-7).ToString(“MM/dd/yyyy”) + "’)"
I hope this will help you