I want outlook query to get mail between 1/3/2025 to today date ,
How to filter using outlook mail activity .
Hi,
"@SQL=(""urn:schemas:httpmail:datereceived"" >= '01/03/2025' AND ""urn:schemas:httpmail:datereceived"" <= Now.tostring("dd/MM/yyyy")"
Regards,
Vinit Mhatre
Hello @nahim_pinjari ,
you can try below syntax in filter property
"[Received] >= '2025-03-01' AND [Received] <= '" & Now.ToString("yyyy-MM-dd") & "'"
let me know if it works.
Cheers!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.