Hi,
Outlook filter every previous 1 hour mail from current datetime.
Note- Date Time will be considered.
Thanks & Regards
Suraj
Hi,
Outlook filter every previous 1 hour mail from current datetime.
Note- Date Time will be considered.
Thanks & Regards
Suraj
Have you considered using the Integration Service instead? Then you can just get each mail as they arrive instead of polling every hour.
Hi @suraj.l
Can you try the below syntax:
"[ReceivedTime] >= '" + Now.AddHours(-1).ToString("MM/dd/yyyy HH:mm:ss") + "'"
Hope it helps!!
Hi @Parvathy, i had used this filter query in get outlook mail message its not working not giving any error