I want to get messages of sender email with current date
Hey @Sreekar_Mulinti
Please find the filter below,
"[SenderEmailAddress] = 'nithin@gmail.com' And [ReceivedTime] > '" + Now.Date.ToString("dd/MM/yyyy hh:mmtt") + "'"
Hope this helps.
Thanks
#nK
System exception at initialization: Cannot parse condition. Error at “.”. at Source: Microsoft Outlook
Hey @Sreekar_Mulinti
It was working fine…
Could you please show the way you are using it ?
Thanks
#nK
i want to write that Expression in config file
Hey @Sreekar_Mulinti
The date part you can’t write in config file as it is not a string but an expression in code but the sender information can be stored in config file and then mapped here…
Thanks
#nK
thank you bro
1 Like
Cool buddy @Sreekar_Mulinti
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.