Filter Outlook mail using time

Hi I am trying to fetch mails received from yesterday till current time .
I used this query
“[ReceivedTime]>='”+YesterdaysDate.ToString(“MM/dd/yyyy”)+“'”+“And”+“[ReceivedTime]<='”+ToadysDate.ToString(“MM/dd/yyyy”)+“'”

But this is leaving few of the recent mails .Can anyone tell what could be the issue .

Can we filter mails using combination of date and time ?

get MailMessagesYesterday.xaml (6.8 KB)

Try this @rinni_thomas1