Hi,
I am trying to get mails within a specific date range.
ex: start date: 11/26/2020
end date= 11/16/2020
I want to get emails which will fall under this range
Hi,
I am trying to get mails within a specific date range.
ex: start date: 11/26/2020
end date= 11/16/2020
I want to get emails which will fall under this range
In Filter property give as below
" [ReceivedTime] >= ‘11/26/2020’ AND [ReceivedTime] <= ‘11/16/2020’ "
Hope this helps you
Thanks
I am not getting any mails, even though I have mails in the mentioned range
Sorry it should be reversed check below
From : 11/16/2020 to 11/26/2020
" [ReceivedTime] >= ‘11/16/2020’ AND [ReceivedTime] <= ‘11/26/2020’ "
Hope this helps you
Thanks
Partially its working, but mail which is received on 26/11/2020 is not getting fetched
No its not system generated
Can you share the screenshot, which mail is not counted?
Can you try making 27th and check if 26th mail is covered
Hope this helps you
Thanks
making date as 27 will work
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.