Hi,
I want to retrieve emails after a specific date timestamp. So I am using the Greater than filter. But it returns the email of the specified timestamp. But I want the email received after the specified timestamp.
SearchFiltergreaterthanfilter =newSearchFilter.IsGreaterThan(ItemSchema.DateTimeReceived,
Convert.ToDateTime(lastUploadedEmailtimeStamp));Can you please advice why it is working as GreaterthanOrEqualTo
Thanks