I want to read both mails subject and days

Hi Team,

I want to read the outlook emails ,which should filter subject and received time using schemas.

so whatever i tried i will show you below

“@SQL=” & " (urn:schemas:httpmail:subject" & _
" Like ‘%Success%’ Or " & _
“urn:schemas:httpmail:subject” & _
" Like ‘%Failure%’ Or " & _
“urn:schemas:httpmail:subject” & _
" Like ‘%status%’ Or " & _
“urn:schemas:httpmail:subject” & _
" Like ‘%PO_HOT_%’ Or " & _
“urn:schemas:httpmail:datereceived >= ’”+Now.AddDays(-2).Date.ToShortDateString+”')"

Note I filter iIwant my bot should filter last 7 days and multiple subjects.