Greetings All,
I am trying to get the mails from my outlook for the current date. ( Need to filter based on date dynamically).
So I am using Get OUTLOOK Activity to access my outlook. And in the filter section I am using:“[ReceivedTime] = Now.Date.ToString(“MM/dd/yyyy”)” . this condition to get the mails for current date. But this is not working.
Kindly help me with any changes needed in the above condition and also with the condition that can used to check the date(Not exactly current date). How to get mails received on Yestarday or Day before yestarday or any particular date.