I have received an outlook mail at 25 Jun 2013 14:52:37 -0400 (EDT) and it is displaying:
Wed 6/26/2013 12:29 AM (in GMT).
Now in my C# window application when i am seraching mail item
this mail is not displaying between received date 26 June to 28 June (if we are seraching it between received date 25 June to 28 June it is displaying ) my search condition in as follows:
"urn:schemas:httpmail:datereceived >= '6/26/2013' AND "urn:schemas:httpmail:datereceived"" <='6/28/2013'
How to apply my search on Displayed date and time instead of Information in Header information?