Get an outlook email for specific date

@Kyrylo_Kondrashov

You can use the below outlook Filter .

“@SQL=”+“(”+chr(34)+“urn:schemas:httpmail:subject”“like '%”+Subject+“%’)AND(”+chr(34)+“urn:schemas:httpmail:datereceived”+ chr(34)+" >=‘10-12-2018’)"

“@SQL=”+“(”+chr(34)+“urn:schemas:httpmail:subject”“like '%”+Subject+“%’)AND(”+chr(34)+“urn:schemas:httpmail:datereceived”+ chr(34)+" >=‘10-12-2018 12:40’)"

you can try this as well

“@SQL=”+“(”+chr(34)+“urn:schemas:httpmail:datereceived” = ‘12-Apr-19 12:00 AM’"

Refer the below Post for more insight