@Abdur wrote:
Hi,
Im struggling to filter only the emails that are received yesterday I’ve tried every filter mentioned in relevant topics in forum but it doesn’t seem to work
what I’ve tried:
“[ReceivedTime]>=’ “+now.addDays(-1).toshortdatestring+” ’ and [ReceivedTime]<=’ “+now.addDays(-1).tostring+” '”
"@SQL= urn:schemas:httpmail:datereceived = ‘yesterday’ "
My TOP parameter in properties is 10 (take only top 10 mails)
Every time the total filtered mail counts is 0
Posts: 3
Participants: 2