What is the filter expression for get exchange mails

Hi @sathish_Kumar6

For Date check out this expression

DateTime.ParseExact(StringInput.ToString,"ddd, dd MMM yyy HH:mm:ss K",System.Globalization.CultureInfo.InvariantCulture).ToString("dd/MM/yyyy hh:mm:ss")

image

Check out the tutorial

Regards
Gokul

2 Likes