Get Exchange Mail Message Filter

Hi,

I have an scenario where I need to get latest mails of below 1hour.

So i got the logic and it was working fine for get outlook mail message

“[Received Time]>= '”+now.addminutes(-59).ToshortTimeString+“'”

But when I was attaching this filter to get exchange mail message it was not working.

Can you guys please suggest me…?

Thanks
Rishi

Hi @Rishik_Chowdary,

This topic should help you. Microsoft Office 365 - Get Mail Activity Queries to filter returned emails

@lakshman

Regards.
Ömer

Hi @Rishik_Chowdary

Check out the Official documentation

Try with below filter expression

"received: >="+now.addminutes(-59).ToshortTimeString

Note : In the Properties Exchange Version : Exchange 2010 or above

Regards
Gokul